EVO HTML to PDF Converter

GradientColor Constructor

EVO PDF Client for .NET Documentation
Gradient constructor

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public GradientColor(
	GradientDirection direction,
	RgbColor start,
	RgbColor end
)

Parameters

direction
Type: EvoPdf.HtmlToPdfClientGradientDirection
The gradient direction
start
Type: EvoPdf.HtmlToPdfClientRgbColor
The start color of the gradient
end
Type: EvoPdf.HtmlToPdfClientRgbColor
The end color of the gradient
See Also

Reference