ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / HasSoftMask Property




In This Topic
    HasSoftMask Property
    In This Topic
    Gets a value indicating whether the soft mask exists.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasSoftMask As Boolean
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim value As Boolean
     
    value = instance.HasSoftMask
    public bool HasSoftMask {get;}
    public: __property bool get_HasSoftMask();
    public:
    property bool HasSoftMask {
       bool get();
    }

    Property Value

    Boolean value.
    See Also