M_PDFiumSharp_PDFium_FPDFPage_New - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDFPage_New Method

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static FPDF_PAGE FPDFPage_New(
	FPDF_DOCUMENT document,
	int page_index,
	double width,
	double height
)

Parameters

 

document
Type: PDFiumSharp.Types.FPDF_DOCUMENT
page_index
Type: System.Int32
width
Type: System.Double
height
Type: System.Double

Return Value

Type: FPDF_PAGE

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PdfPageCollection.Add(Double, Double)
PdfPageCollection.Insert(Int32, Double, Double)
PdfDocument.Pages

⚠️ **GitHub.com Fallback** ⚠️