 | PdfPageCollection.InsertPageAt(Int32, FS_SIZEF) Method |
Inserts a new page into the collection at the specified index.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfPage InsertPageAt(
int index,
FS_SIZEF size
)
Public Function InsertPageAt (
index As Integer,
size As FS_SIZEF
) As PdfPage
public:
PdfPage^ InsertPageAt(
int index,
FS_SIZEF size
)
member InsertPageAt :
index : int *
size : FS_SIZEF -> PdfPage
public PdfPage InsertPageAt(
int index,
FS_SIZEF size
)
function InsertPageAt(index, size);
Parameters
- index Int32
- The zero-based index at which page should be inserted.
- size FS_SIZEF
- The page size
Return Value
PdfPageA PdfPage that has been inserted into a document.
See Also