 |
PdfGradient Constructor |
Initializes the pdf gradient object.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfGradient(
PdfGradientDirection direction,
PdfColor start,
PdfColor end
)
Public Sub New (
direction As PdfGradientDirection,
start As PdfColor,
end As PdfColor
)
Parameters
- direction PdfGradientDirection
- The gradient direction.
- start PdfColor
- The start color of the gradient.
- end PdfColor
- The end color of the gradient.
See Also