ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / GetSoftMask Method




In This Topic
    GetSoftMask Method
    In This Topic
    Gets the soft mask for an image.
    Syntax
    'Declaration
     
    Public Function GetSoftMask() As ImGearPDEImage
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim value As ImGearPDEImage
     
    value = instance.GetSoftMask()
    public ImGearPDEImage GetSoftMask()
    public: ImGearPDEImage* GetSoftMask(); 
    public:
    ImGearPDEImage^ GetSoftMask(); 

    Return Value

    ImGearPDEImage class object.
    See Also