PDF File Writer Class Library - Author Uzi Granot
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)

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

Set rectangle bounding box and independent step size.
