|  | 
| PdfGradient Constructor  | 
 
            Initializes the pdf gradient object.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic 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
See Also