GradientDirection Enumeration

This enumeration represents the possible directions of the gradient color in a PDF document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public enum GradientDirection

Members

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