Click or drag to resize

PdfiumFPDFPageObj_SetBlendMode Method

Set 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 void FPDFPageObj_SetBlendMode(
	IntPtr page_obj,
	BlendTypes blendMode
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
blendMode  BlendTypes
The blend mode to be set.
Remarks
See BlendTypes enumeration for details.
See Also