PdfTilingPattern.PaintType Property

Gets the PdfPatternPaintType value specifying how the color of this PdfPattern's cells is to be specified.

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

Syntax

C#
public PdfPatternPaintType PaintType { get; }
VB
Public ReadOnly Property PaintType As PdfPatternPaintType
	Get

Property Value

Type: PdfPatternPaintType
The PdfPatternPaintType value specifying how the color of this PdfPattern's cells is to be specified.

See Also