ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImageAttrs Class / Intent Property




In This Topic
    Intent Property
    In This Topic
    Gets or sets the color rendering intent, corresponding to the Intent key in the image dictionary.
    Syntax
    'Declaration
     
    Public Property Intent As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEImageAttrs
    Dim value As ImGearPDFAtom
     
    instance.Intent = value
     
    value = instance.Intent
    public ImGearPDFAtom Intent {get; set;}
    public: __property ImGearPDFAtom* get_Intent();
    public: __property void set_Intent( 
       ImGearPDFAtom* value
    );
    public:
    property ImGearPDFAtom^ Intent {
       ImGearPDFAtom^ get();
       void set (    ImGearPDFAtom^ value);
    }

    Property Value

    ImGearPDFAtom class object.
    See Also