PdfBookletCreator
CreateBooklet Method (PdfDocument, Stream, SizeF, BookletOptions)
|
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,
Stream outStream,
SizeF pageSize,
BookletOptions bookletOptions
)
Public Shared Sub CreateBooklet (
document As PdfDocument,
outStream As Stream,
pageSize As SizeF,
bookletOptions As BookletOptions
)
public:
static void CreateBooklet(
PdfDocument^ document,
Stream^ outStream,
SizeF pageSize,
BookletOptions^ bookletOptions
)
static member CreateBooklet :
document : PdfDocument *
outStream : Stream *
pageSize : SizeF *
bookletOptions : BookletOptions -> unit
Parameters
-
document
-
Type:
Spire.Pdf
PdfDocument
The loaded document.
-
outStream
-
Type:
System.IO
Stream
The out stream
-
pageSize
-
Type:
System.Drawing
SizeF
Size of the page.
-
bookletOptions
-
Type:
Spire.Pdf.Utilities
BookletOptions
Set BookletBinding,default value Left.
See Also