 | 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.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFPageObj_GetSoftMask(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetSoftMask (
page_obj As IntPtr
) As IntPtr
public:
static IntPtr FPDFPageObj_GetSoftMask(
IntPtr page_obj
)
static member FPDFPageObj_GetSoftMask :
page_obj : IntPtr -> IntPtr
public static IntPtr FPDFPageObj_GetSoftMask(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetSoftMask = function(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