Gets the soft mask.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetSoftMask As Obj
public:
virtual Obj^ GetSoftMask() sealed
Return Value
Type:
Obj an image XObject defining a Soft Mask to be applied to this image
(See section 7.5.4 'Soft-Mask Images' in PDF Reference Manual), or NULL
if the image does not have the soft mask.
See Also