|
PdfGradientDirection Enumeration |
The direction of the pdf gradient brush.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum PdfGradientDirection
Public Enumeration PdfGradientDirection
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 to bottom left.
|
See Also