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

A code that determines how the colour of the pattern cell shall be specified More...

Static Public Attributes

const int  COLORED = 1
  The pattern’s content stream shall specify the colours used to paint the pattern cell. More...
 
const int  UNCOLORED = 2
  The pattern’s content stream shall not specify any colour information. More...
 

Detailed Description

A code that determines how the colour of the pattern cell shall be specified

Member Data Documentation

◆ COLORED

const int iText.Kernel.Pdf.Colorspace.PdfPattern.Tiling.PaintType.COLORED = 1
static

The pattern’s content stream shall specify the colours used to paint the pattern cell.

◆ UNCOLORED

const int iText.Kernel.Pdf.Colorspace.PdfPattern.Tiling.PaintType.UNCOLORED = 2
static

The pattern’s content stream shall not specify any colour information.

The pattern’s content stream shall not specify any colour information. Instead, the entire cell is painted with a separately specified colour each time the pattern is used.