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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorSpace Class : Name Property
Gets the color space object's name.
Syntax
'Declaration
 
Public ReadOnly Property Name As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEColorSpace
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.
Remarks
Supports the following PDF color spaces:
See Also

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members
ImGearPDFAtom Class