Table of Contents

Class GradientColor

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Used to fill a shape

[ClassInterface(ClassInterfaceType.AutoDual)]
public class GradientColor
Inheritance
GradientColor
Inherited Members

Constructors

GradientColor(GradientDirection, PdfColor, PdfColor)

Gradient constructor

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

Properties

EndColor

The gradient end color

public PdfColor EndColor { get; set; }

Property Value

PdfColor

GradientDirection

The gradient direction

public GradientDirection GradientDirection { get; set; }

Property Value

GradientDirection

StartColor

The gradient start color

public PdfColor StartColor { get; set; }

Property Value

PdfColor