 | PdfImageObjectLoadSoftMask Method |
Get the copy of mask from an image object. You must call the Dispose method on the resulting mask.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfBitmap LoadSoftMask()
Public Function LoadSoftMask As PdfBitmap
public:
PdfBitmap^ LoadSoftMask()
member LoadSoftMask : unit -> PdfBitmap
public PdfBitmap LoadSoftMask()
Field Value
PdfBitmapPdfBitmap object or null if this ImageObject does not contain any mask
Return Value
PdfBitmapThe copy of mask from an image object.
See Also