Link Search Menu Expand Document

TilingType Enumeration

Specifies adjustments to the spacing of tiles relative to the device pixel grid.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public enum TilingType
Members
Member nameValueDescription
ConstantSpacing1 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.
NoDistortion2 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.
ConstantSpacingAndFasterTiling3 Pattern cells are spaced consistently as in Bytescout.PDF.TilingType.ConstantSpacing, but with additional distortion permitted to enable a more efficient implementation.
See Also

Reference