ImageGear .NET v25.0 - Updated
Name Property (ImGearPDESoftMask)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDESoftMask Class : Name Property
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

Reference

ImGearPDESoftMask Class
ImGearPDESoftMask Members
ImGearPDFAtom Class