Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntaxpublic PdfPage Insert(
int index
)
Public Function Insert (
index As Integer
) As PdfPage
Parameters
- index Int32
- The zero-based index at which PdfPage should be inserted.
Return Value
PdfPage
The
PdfPage inserted to the
PdfPages.
Exceptions
See Also