ExpertPdf PDF Creator Library
GradientColor Constructor (gradientDirection, start, end)
NamespacesExpertPdf.PdfCreatorGradientColorGradientColor(GradientDirection, PdfColor, PdfColor)
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)