M_PDFiumSharp_PDFium_FPDFPage_New - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static FPDF_PAGE FPDFPage_New(
FPDF_DOCUMENT document,
int page_index,
double width,
double height
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
- page_index
- Type: System.Int32
- width
- Type: System.Double
- height
- Type: System.Double
Type: FPDF_PAGE
PDFium Class
PDFiumSharp Namespace
PdfPageCollection.Add(Double, Double)
PdfPageCollection.Insert(Int32, Double, Double)
PdfDocument.Pages