PdfTilingPattern.SetTileBox Method (Double, Double)

PDF File Writer

PdfTilingPatternSetTileBox Method (Double, Double)

Set tile box

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetTileBox(
	double Width,
	double Height
)

Parameters

Width
Type: SystemDouble
Box width.
Height
Type: SystemDouble
Box height.
Remarks
Set rectangle bounding box and equal step.
See Also