Click or drag to resize

GradientColor Constructor

Gradient contructor

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public GradientColor(
	GradientDirection gradientDirection,
	PdfColor start,
	PdfColor end
)

Parameters

gradientDirection
Type: ExpertPdf.HtmlToPdf.PdfDocumentGradientDirection
The gradient direction
start
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfColor
The start color of the gradient
end
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfColor
The end color of the gradient
See Also