GradientDirection Enumeration
            This enumeration represents the possible directions of the gradient color in a PDF document
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public enum GradientDirection
Public Enumeration GradientDirection
 | 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 bottom left |