 | PdfiumFPDFPageObj_SetSoftMask Method |
Set soft mask, specifying the mask shape or mask opacity values to be used in the transparent imaging model.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPageObj_SetSoftMask(
IntPtr page_obj,
IntPtr softMask
)
Public Shared Sub FPDFPageObj_SetSoftMask (
page_obj As IntPtr,
softMask As IntPtr
)
public:
static void FPDFPageObj_SetSoftMask(
IntPtr page_obj,
IntPtr softMask
)
static member FPDFPageObj_SetSoftMask :
page_obj : IntPtr *
softMask : IntPtr -> unit
public static void FPDFPageObj_SetSoftMask(
IntPtr page_obj,
IntPtr softMask
)
Patagames.Pdf.Pdfium.FPDFPageObj_SetSoftMask = function(page_obj, 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