ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorSpace Class / BaseName Property




In This Topic
    BaseName Property
    In This Topic
    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