Click or drag to resize
Pdf Library for .NET

PdfDocumentInsertPage Method

Overload List
  NameDescription
Public methodInsertPage(Int32, PdfPage)
Inserts the specified page into the pdf document pages collection at the specified index.
Public methodInsertPage(Int32, PdfCustomPageSize, PdfMargins, PdfPageOrientation)
Creates a new pdf page with the specified size, margins and orientation and inserts it into the pdf document pages collection at the specified index.
Top
See Also