Click or drag to resize

PdfDocument CreateBooklet Method (String, Single, Single, Boolean)

Thie method creates a booklet

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void CreateBooklet(
	string fileName,
	float width,
	float height,
	bool bothSides
)

Parameters

fileName
Type: System String
The loaded document filename.
width
Type: System Single
The page width
height
Type: System Single
The page height
bothSides
Type: System Boolean
if set to true if the result in document should be printed
See Also