Vintasoft.Imaging.Pdf.Tree.Patterns Namespace (Vintasoft.Imaging.Pdf)
In This Topic
Contains classes, which allow to work with patterns of PDF document.
Classes
| Class | Description |
 | PdfGraphicalPattern | Represents a base class for patterns. |
 | PdfGraphicalPatternDictionary | A named dictionary that maps the resource names to the pattern objects. |
 | ShadingPattern | Shading patterns (PDF 1.3) provide a smooth transition between colors across an area to be painted, independent of the resolution of any particular output device and without specifying the number of steps in the color transition. |
 | TilingPattern | Represents the tiling pattern that consists of a small graphical figure called a pattern cell. |
Enumerations
| Enumeration | Description |
 | PatternType | Specifies available pattern types. |
 | TilingType | Specifies available tiling types of tiling pattern, that controls adjustments to the spacing of tiles relative to the device pixel grid. |
See Also