GradientColor Constructor |
Gradient contructor
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic GradientColor(
GradientDirection gradientDirection,
PdfColor start,
PdfColor end
)
Public Sub New (
gradientDirection As GradientDirection,
start As PdfColor,
end As PdfColor
)
Parameters
- gradientDirection GradientDirection
- The gradient direction
- start PdfColor
- The start color of the gradient
- end PdfColor
- The end color of the gradient
See Also