Click or drag to resize

PdfiumFPDFPageObj_HasTransparency Method

Check whether the specified PDF page object contains transparency or not.

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

Parameters

page_object  IntPtr
Handle to a page object. Returned by FPDFPageObj_NewTextObj, FPDFPageObj_NewTextObjEx(String, Int32, IntPtr), FPDFPageObj_NewPathObj and etc.

Return Value

Boolean
TRUE means that the PDF page object does contains transparency. Otherwise, returns FALSE.
See Also