M_PDFiumSharp_PdfPageCollection_Insert_1 - ArgusMagnus/PDFiumSharp GitHub Wiki
Inserts a new page at index.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public PdfPage Insert(
int index,
double width,
double height
)
- index
- Type: System.Int32
- width
- Type: System.Double
- height
- Type: System.Double
Type: PdfPage