ImageGear for .NET
CreateNewPage Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : CreateNewPage Method




precedingIndex
The page number after which the new page is inserted. The first page is 0. Use BEFORE_FIRST_PAGE to insert the new page at the beginning of a document.
mediaBox
Rectangle specifying the page's media box, specified in user space coordinates.

Glossary Item Box

Creates new page in the document.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

precedingIndex
The page number after which the new page is inserted. The first page is 0. Use BEFORE_FIRST_PAGE to insert the new page at the beginning of a document.
mediaBox
Rectangle specifying the page's media box, specified in user space coordinates.

Return Value

ImGearPDFPreflight class object.

See Also

©2013. Accusoft Corporation. All Rights Reserved.