Pdf |
The PdfTilingPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfTilingPattern | Initializes a new instance of the PdfTilingPattern class. |
| 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:
| |||
| 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.
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.
XStep and YStep may be either positive or negative but shall not bezero. |
| Name | Description | |
|---|---|---|
| SetBoundingBox | Sets the BoundingBox. |
| Name | Description | |
|---|---|---|
| GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
| GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
| GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |