Click or drag to resize
Pdf Library for .NET

PdfGradient Class

Defines a brush used to fill a space.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfGradient

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfGradient

The PdfGradient type exposes the following members.

Constructors
  NameDescription
Public methodPdfGradient
Initializes the pdf gradient object.
Top
Properties
  NameDescription
Public propertyEndColor
Gets or sets the gradient end color.
Public propertyGradientDirection
Gets or sets the gradient direction.
Public propertyStartColor
Gets or sets the gradient start color.
Top
See Also