PdfTilingPattern Properties |
The PdfTilingPattern type exposes the following members.
Properties| | Name | Description |
|---|
 | BoundingBox | (Required) An array of four numbers in the pattern coordinate system giving the coordinates of the left, bottom, right, and top edges, respectively, of the pattern cell's bounding box. These boundaries shall be used to clip the pattern cell.
|
 | Content |
Gets the content of this tiling pattern.
|
 | IsColored | (Required) A value that determines how the color of the pattern cell shall be specified: - for Colored tiling pattern. The pattern’s content stream shall specify the colors used to paint the pattern cell. When the content stream begins execution, the current color is the one that was initially in effect in the pattern’s parent content stream. This is similar to the definition of the pattern matrix; see 8.7.2, "General Properties of Patterns".
- for Uncolored tiling pattern. The pattern’s content stream shall not specify any color information. Instead, the entire pattern cell is painted with a separately specified color each time the pattern is used. Essentially, the content stream describes a stencil through which the current color shall be poured. The content stream shall not invoke operators that specify colors or other color-related parameters in the graphics state; otherwise, an error occurs (see 8.6.8, "Color Operators"). The content stream may paint an image mask, however, since it does not specify any color information (see 8.9.6.2, "Stencil Masking").
|
 | PatternType | (Required) A code identifying the type of pattern that this PdfPattern describes.
(Overrides PdfPatternPatternType) |
 | XStep | (Required) The desired horizontal spacing between pattern cells, measured in the pattern coordinate system. Note |
|---|
| XStep and YStep may differ from the dimensions of the pattern cell implied by the BoundingBox entry. This allows tiling with irregularly shaped figures. |
XStep and YStep may be either positive or negative but shall not bezero. |
 | YStep | (Required) The desired vertical spacing between pattern cells, measured in the pattern coordinate system. Note |
|---|
| XStep and YStep may differ from the dimensions of the pattern cell implied by the BoundingBox entry. This allows tiling with irregularly shaped figures. |
XStep and YStep may be either positive or negative but shall not bezero. |
Top
See Also