PDFColoredTilingPattern¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a colored PDF pattern.
Inheritance Object → PDFPattern → PDFTilingPattern → PDFColoredTilingPattern
Remarks
A colored tiling pattern is one whose color is self-contained.
Constructors¶
PDFColoredTilingPattern(Double, Double)¶
Initializes a new PDFColoredTilingPattern object.
Parameters
width Double
The width of the pattern cell.
height Double
The height of the pattern cell.
Properties¶
Canvas¶
Gets the pattern graphics.
Property Value
PDFCanvas
The pattern graphics surface used to create the pattern content.
Height¶
Gets the pattern height.
Property Value
Double
The height of a pattern cell.
Matrix¶
Gets or sets the pattern matrix.
Property Value
PDFMatrix
The pattern matrix.
Width¶
Gets the pattern width.
Property Value
Double
The width of a pattern cell.
XStep¶
Gets the x step.
Property Value
Double
The desired horizontal spacing between pattern cells.
YStep¶
Gets the y step.
Property Value
Double
The desired vertical spacing between pattern cells.