ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback