Click or drag to resize
Pdf Library for .NET

PdfPageCollectionInsert Method

Overload List
  NameDescription
Public methodInsert(Int32, PdfPage)
Inserts the specified page into the pdf document pages collection at the specified index.
Public methodInsert(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