Click or drag to resize

PdfiumFPDFPageObj_GetType Method

Gets page object type.

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

Parameters

page_object  IntPtr
Handle to a page object.

Return Value

PageObjectTypes
Returns one of the FPDF_PAGEOBJ_xxxx constants defined following.

FPDF_PAGEOBJ_TEXT 1

FPDF_PAGEOBJ_PATH 2

FPDF_PAGEOBJ_IMAGE 3

FPDF_PAGEOBJ_SHADING 4

FPDF_PAGEOBJ_FORM 5

See Also