TilingPattern

Overview

TilingPattern is a interface in Aspose.PDF FOSS for TypeScript.

A resolved PatternType 1 (tiling) pattern.

Properties: bbox, kind, matrix, paintType, resources, stream, and 2 more.

Properties

NameTypeAccessDescription
kind: 'tiling'ReadGets the kind.
stream: PdfStreamReadGets the stream.
matrix: MatrixReadGets the matrix.
bbox: number[]ReadGets the bbox.
xstep: numberReadGets the xstep.
ystep: numberReadGets the ystep.
paintType: numberRead1 = colored (cell carries its own colors); 2 = uncolored (current fill color).
resources: PdfDictReadGets the resources.