ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorValue Class / ColorObj Field




In This Topic
    ColorObj Field
    In This Topic
    Parameter for color spaces whose color values do not have numeric values.
    Syntax
    'Declaration
     
    Public ColorObj As ImGearPDEObject
    'Usage
     
    Dim instance As ImGearPDEColorValue
    Dim value As ImGearPDEObject
     
    value = instance.ColorObj
     
    instance.ColorObj = value
    public ImGearPDEObject ColorObj
    public: ImGearPDEObject* ColorObj
    public:
    ImGearPDEObject^ ColorObj

    Field Value

    ImGearPDEObject class object.
    Remarks
    Parameter for color spaces whose color values do not have numeric values, such as the Pattern and Separation color spaces.
    See Also