Table of Contents

Enum GradientDirection

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

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

public enum GradientDirection

Fields

BackwardDiagonal = 3

Diagonal gradient from top right bottom left

ForwardDiagonal = 2

Diagonal gradient from top left to bottom right

Horizontal = 0

Horizontal gradient from left to right

Vertical = 1

Vertical gradient from top to bottom