Click or drag to resize
Pdf Library for .NET

PdfGradient Constructor

Initializes the pdf gradient object.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfGradient(
	PdfGradientDirection direction,
	PdfColor start,
	PdfColor end
)

Parameters

direction  PdfGradientDirection
The gradient direction.
start  PdfColor
The start color of the gradient.
end  PdfColor
The end color of the gradient.
See Also