Click or drag to resize

GradientColor Constructor

Gradient contructor

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

Parameters

gradientDirection  GradientDirection
The gradient direction
start  PdfColor
The start color of the gradient
end  PdfColor
The end color of the gradient
See Also