EVO HTML to PDF Converter

GradientDirection Enumeration

EVO PDF Client for .NET Documentation
This enumeration represents the possible directions of the gradient color in a PDF document

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public enum GradientDirection
Members

  Member nameValueDescription
Horizontal0 Horizontal gradient from left to right
Vertical1 Vertical gradient from top to bottom
ForwardDiagonal2 Diagonal gradient from top left to bottom right
BackwardDiagonal3 Diagonal gradient from top right bottom left
See Also

Reference