Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection
at the specified index.
| C# | Visual Basic | Visual C++ |
public PdfPage InsertPage( int index, PageSize pageSize, Margins pageMargins, PageOrientation pageOrientation )
Public Function InsertPage ( _ index As Integer, _ pageSize As PageSize, _ pageMargins As Margins, _ pageOrientation As PageOrientation _ ) As PdfPage
public: PdfPage^ InsertPage( int index, PageSize^ pageSize, Margins^ pageMargins, PageOrientation pageOrientation )
- index (Int32)
- The index where to insert the new page.
- pageSize (PageSize)
- The PDF page size in points
- pageMargins (Margins)
- The PDF page margins in points
- pageOrientation (PageOrientation)
- The PDF page orientation
The newly created PDF page