Click or drag to resize

PdfiumFPDFPage_HasTransparency Method

Check whether the content of specified PDF page contains transparency or not.

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

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double) or FPDF_LoadPage(IntPtr, Int32).

Return Value

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