Enum PdfPatternPaintType
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies how the color of the PdfPattern cell is to be specified.
public enum PdfPatternPaintType
Fields
Colored = 0
The pattern is colored. The pattern itself is to be used for drawing.
Uncolored = 1
The pattern has no color. The pattern describes a stencil through which the current color is to be poured.