Click or drag to resize

PdfPageCollection Insert Method

Overload List
Name Description
Public method Insert(Int32)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, SizeF)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, PdfPageSettings, Boolean)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, SizeF, PdfMargins)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, PdfNewPage, PdfPageSettings, Boolean)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, SizeF, PdfMargins, PdfPageRotateAngle)
Creates a new page and inserts it at the specified index.
Public method Insert(Int32, SizeF, PdfMargins, PdfPageRotateAngle, PdfPageOrientation, Boolean)
Creates a new page and inserts it at the specified index.
Top
See Also