|
PdfGradient Constructor |
Initializes the pdf gradient object.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfGradient(
PdfGradientDirection direction,
PdfColor start,
PdfColor end
)
Public Sub New (
direction As PdfGradientDirection,
start As PdfColor,
end As PdfColor
)
Parameters
- direction
- Type: SelectPdfPdfGradientDirection
The gradient direction. - start
- Type: SelectPdfPdfColor
The start color of the gradient. - end
- Type: SelectPdfPdfColor
The end color of the gradient.
See Also