ImageGear .NET v25.0 - Updated
BaseName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorSpace Class : BaseName Property
Gets the name of the base color space.
Syntax
'Declaration
 
Public ReadOnly Property BaseName As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEColorSpace
Dim value As ImGearPDFAtom
 
value = instance.BaseName
public ImGearPDFAtom BaseName {get;}
public: __property ImGearPDFAtom* get_BaseName();
public:
property ImGearPDFAtom^ BaseName {
   ImGearPDFAtom^ get();
}

Property Value

ImGearPDFAtom class object.
Remarks
This is a helper routine for indexed color spaces.
Note: An exception is thrown when trying to access this property on a non-indexed color space.
See Also

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members
ImGearPDFAtom Class