ImageGear .NET v25.0 - Updated
Intent Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImageAttrs Class : Intent Property
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

Reference

ImGearPDEImageAttrs Class
ImGearPDEImageAttrs Members
ImGearPDFAtom Class