ExpertPdf Html to Pdf Converter Library
GradientColor Constructor (gradientDirection, start, end)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentGradientColorGradientColor(GradientDirection, PdfColor, PdfColor)
ExpertPdf Html to Pdf Converter Library
Gradient contructor
Declaration Syntax
C#Visual BasicVisual C++
public GradientColor(
	GradientDirection gradientDirection,
	PdfColor start,
	PdfColor end
)
Public Sub New ( 
	gradientDirection As GradientDirection,
	start As PdfColor,
	end As PdfColor
)
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

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)