TilingPattern

TilingPattern

new TilingPattern(boundingBox, xStep, yStep, gStateopt, matrixopt)

Source:

A PDF Tiling pattern.

Only available in "advanced" API mode.

Parameters:
Name Type Attributes Description
boundingBox Array.<Number>

The bounding box at which one pattern cell gets clipped.

xStep Number

Horizontal spacing between pattern cells.

yStep Number

Vertical spacing between pattern cells.

gState API.GState <optional>

An additional graphics state that gets applied to the pattern (optional).

matrix Matrix <optional>

A matrix that describes the transformation between the pattern coordinate system and the use coordinate system (optional).

Extends

  • API.Pattern