PdfPatternPaintType Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPatternPaintType Enumeration
Specifies how the color of the PdfPattern cell is to be specified.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfPatternPaintType
VB
Public Enumeration PdfPatternPaintType

Members

  Member nameValueDescription
Colored0 The pattern is colored. The pattern itself is to be used for drawing.
Uncolored1 The pattern has no color. The pattern describes a stencil through which the current color is to be poured.

See Also