ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDESoftMask Class / Name Property




In This Topic
    Name Property (ImGearPDESoftMask)
    In This Topic
    Gets the soft mask name.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDESoftMask
    Dim value As ImGearPDFAtom
     
    value = instance.Name
    public ImGearPDFAtom Name {get;}
    public: __property ImGearPDFAtom* get_Name();
    public:
    property ImGearPDFAtom^ Name {
       ImGearPDFAtom^ get();
    }

    Property Value

    ImGearPDFAtom class object.
    See Also