PdfPatternType Enum
Represents types of the PdfPatterns.
Fields
Shading | The PdfPattern is a PdfShadingPattern. Shading patterns define a gradient fill that produces a smooth transition between colors across the area. The color to use shall be specified as a function of position using any of a variety of methods. |
Tiling | The PdfPattern is a PdfTilingPattern. Tiling patterns consist of a small graphical figure (called a pattern cell) that is replicated at fixed horizontal and vertical intervals to fill the area to be painted. The graphics objects to use for tiling shall be described by a content stream. |