iText 7 7.1.8 API
iText.Kernel.Pdf.Colorspace.PdfPattern.Tiling.TilingType Class Reference

A code that controls adjustments to the spacing of tiles relative to the device pixel grid More...

Static Public Attributes

const int  CONSTANT_SPACING = 1
  Pattern cells shall be spaced consistently—that is, by a multiple of a device pixel. More...
 
const int  NO_DISTORTION = 2
  The pattern cell shall not be distorted, but the spacing between pattern cells may vary by as much as 1 device pixel. More...
 
const int  CONSTANT_SPACING_AND_FASTER_TILING = 3
  Pattern cells shall be spaced consistently as in tiling type 1, but with additional distortion permitted to enable a more efficient implementation. More...
 

Detailed Description

A code that controls adjustments to the spacing of tiles relative to the device pixel grid

Member Data Documentation

◆ CONSTANT_SPACING

const int iText.Kernel.Pdf.Colorspace.PdfPattern.Tiling.TilingType.CONSTANT_SPACING = 1
static

Pattern cells shall be spaced consistently—that is, by a multiple of a device pixel.

Pattern cells shall be spaced consistently—that is, by a multiple of a device pixel. To achieve this, the conforming reader may need to distort the pattern cell slightly.

◆ CONSTANT_SPACING_AND_FASTER_TILING

const int iText.Kernel.Pdf.Colorspace.PdfPattern.Tiling.TilingType.CONSTANT_SPACING_AND_FASTER_TILING = 3
static

Pattern cells shall be spaced consistently as in tiling type 1, but with additional distortion permitted to enable a more efficient implementation.

◆ NO_DISTORTION

const int iText.Kernel.Pdf.Colorspace.PdfPattern.Tiling.TilingType.NO_DISTORTION = 2
static

The pattern cell shall not be distorted, but the spacing between pattern cells may vary by as much as 1 device pixel.