Click or drag to resize

PdfiumFPDFPageObj_SetSoftMask Method

Set 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 void FPDFPageObj_SetSoftMask(
	IntPtr page_obj,
	IntPtr softMask
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
softMask  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