Gradient contructor
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public GradientColor( GradientDirection gradientDirection, PdfColor start, PdfColor end ) |
| Visual Basic |
|---|
Public Sub New ( gradientDirection As GradientDirection, start As PdfColor, end As PdfColor ) |
| Visual C++ |
|---|
public: GradientColor( GradientDirection gradientDirection, PdfColor^ start, PdfColor^ end ) |
Parameters
- gradientDirection
- Type: EvoPdf..::..GradientDirection
The gradient direction
- start
- Type: EvoPdf..::..PdfColor
The start color of the gradient
- end
- Type: EvoPdf..::..PdfColor
The end color of the gradient