PdfBookletCreator
CreateBooklet Method (PdfDocument, String, SizeF)
|
Thie method creates a booklet
Namespace:
Spire.Pdf.Utilities
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static void CreateBooklet(
PdfDocument document,
string outfile,
SizeF pageSize
)
Public Shared Sub CreateBooklet (
document As PdfDocument,
outfile As String,
pageSize As SizeF
)
public:
static void CreateBooklet(
PdfDocument^ document,
String^ outfile,
SizeF pageSize
)
static member CreateBooklet :
document : PdfDocument *
outfile : string *
pageSize : SizeF -> unit
Parameters
-
document
-
Type:
Spire.Pdf
PdfDocument
The loaded document.
-
outfile
-
Type:
System
String
The out file
-
pageSize
-
Type:
System.Drawing
SizeF
Size of the page.
See Also