ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEGraphicState Class / RenderIntent Field




In This Topic
    RenderIntent Field
    In This Topic
    A color rendering intent, corresponding to the Intent key in the image dictionary.
    Syntax
    'Declaration
     
    Public RenderIntent As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEGraphicState
    Dim value As ImGearPDFAtom
     
    value = instance.RenderIntent
     
    instance.RenderIntent = value
    public ImGearPDFAtom RenderIntent
    public: ImGearPDFAtom* RenderIntent
    public:
    ImGearPDFAtom^ RenderIntent

    Field Value

    ImGearPDFAtom class object.
    See Also