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




In This Topic
    Name Property (ImGearPDEColorSpace)
    In This Topic
    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:
    • Device-dependent names: DeviceCMYK, DeviceGray, DeviceN, or DeviceRGB.
    • Device-independent names: CalGray, CalRGB, Lab, or ICCBased.
    • Special names: Indexed, Pattern, or Separation..
    See Also