PdfTilingPattern.SetTileBox Method (Double)

PDF File Writer

PdfTilingPatternSetTileBox Method (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 Side
)

Parameters

Side
Type: SystemDouble
Length of one side.
Remarks
Set square bounding box and equal step
See Also