ImageGear .NET - Updated October 3, 2017
BaseName Property




ImageGear23.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

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