PdfPatternTiling Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPatternTiling Enumeration
Specifies adjustments to the spacing of PdfPattern tiles relative to the device pixel grid.

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

Syntax

C#
public enum PdfPatternTiling
VB
Public Enumeration PdfPatternTiling

Members

  Member nameValueDescription
ConstantSpacing0 Pattern cells are spaced consistently - that is, by a multiple of a device pixel. To achieve this, the application may need to distort the pattern cell slightly. The amount of distortion does not exceed 1 device pixel.
NoDistortion1 The pattern cell is not distorted, but the spacing between pattern cells may vary by as much as 1 device pixel, both horizontally and vertically, when the pattern is painted.
ConstantSpacingAndFasterTiling2 Pattern cells are spaced consistently as in ConstantSpacing but with additional distortion permitted to enable a more efficient implementation.

See Also