ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorDataSeparation Class / Name Field




In This Topic
    Name Field (ImGearPDEColorDataSeparation)
    In This Topic
    Gets or sets the name of separation or colorant.
    Syntax
    'Declaration
     
    Public Name As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEColorDataSeparation
    Dim value As ImGearPDFAtom
     
    value = instance.Name
     
    instance.Name = value
    public ImGearPDFAtom Name
    public: ImGearPDFAtom* Name
    public:
    ImGearPDFAtom^ Name

    Field Value

    ImGearPDFAtom class object.
    See Also