Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void CreateBooklet(
	string fileName,
	float width,
	float height,
	bool doubleSide
)
Public Sub CreateBooklet ( 
	fileName As String,
	width As Single,
	height As Single,
	doubleSide As Boolean
)
public:
void CreateBooklet(
	String^ fileName, 
	float width, 
	float height, 
	bool doubleSide
)
member CreateBooklet : 
        fileName : string * 
        width : float32 * 
        height : float32 * 
        doubleSide : bool -> unit 

Parameters

fileName
String
width
Single
height
Single
doubleSide
Boolean

See Also