Click or drag to resize

PdfiumFPDFPageObj_GetSoftMask Method

Get the current soft mask, specifying the mask shape or mask opacity values 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 IntPtr FPDFPageObj_GetSoftMask(
	IntPtr page_obj
)

Parameters

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

Return Value

IntPtr
A soft-mask dictionary specifying the mask shape or mask opacity values to be used in the transparent imaging model, or the name None if no such mask is specified.
See Also