EVO HTML to PDF Converter

GradientColor Constructor

EVO HTML to PDF Converter for .NET Documentation
Gradient constructor

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public GradientColor(
	GradientDirection gradientDirection,
	PdfColor start,
	PdfColor end
)

Parameters

gradientDirection
Type: EvoPdfGradientDirection
The gradient direction
start
Type: EvoPdfPdfColor
The start color of the gradient
end
Type: EvoPdfPdfColor
The end color of the gradient
See Also

Reference