PdfTilingPattern.SetTileBox Method (Double, Double, Double, Double)

PDF File Writer

PdfTilingPatternSetTileBox Method (Double, Double, Double, Double)

Set bounding box and step

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,
	double StepX,
	double StepY
)

Parameters

Width
Type: SystemDouble
Box width.
Height
Type: SystemDouble
Box height.
StepX
Type: SystemDouble
Horizontal step
StepY
Type: SystemDouble
Vertical step
Remarks
Set rectangle bounding box and independent step size.
See Also