This enumeration represents the possible directions of the gradient color in a PDF document
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public enum GradientDirection |
| Visual Basic |
|---|
Public Enumeration GradientDirection |
| Visual C++ |
|---|
public enum class GradientDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Horizontal | 0 | Horizontal gradient from left to right | |
| Vertical | 1 | Vertical gradient from top to bottom | |
| ForwardDiagonal | 2 | Diagonal gradient from top left to bottom right | |
| BackwardDiagonal | 3 | Diagonal gradient from top right bottm left |