Click or drag to resize

PdfiumFPDFPageObj_Create Method

Create new page object specified by type

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFPageObj_Create(
	PageObjectTypes type
)

Parameters

type  PageObjectTypes
Types of page object

Return Value

IntPtr
Handle to a page object
Remarks
Currently, It can be "PDFPAGE_TEXT", "PDFPAGE_IMAGE", "PDFPAGE_PATH", "PDFPAGE_SHADING", "PDFPAGE_FORM"
See Also