Click or drag to resize

PdfiumFPDFPageObj_GetBlendMode Method

Get the blend mode to be used in the transparent imaging model.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static BlendTypes FPDFPageObj_GetBlendMode(
	IntPtr page_obj
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)

Return Value

BlendTypes
One of the values of the BlendTypes enumeration.
Remarks
See BlendTypes enumeration for details.
See Also