Accusoft.PrintPro8.Net
Intent Property




Gets and sets a value that specifies which of three possible color management methods, or intents, should be used by default (if the printer supports this feature).
Syntax
public IcmIntent Intent {get; set;}
public: __property IcmIntent get_Intent();
public: __property void set_Intent( 
   IcmIntent value
);
public:
property IcmIntent Intent {
   IcmIntent get();
   void set (    IcmIntent value);
}
'Declaration
 
Public Property Intent As IcmIntent
 
'Usage
 
Dim instance As Icm
Dim value As IcmIntent
 
instance.Intent = value
 
value = instance.Intent

Property Value

An IcmIntent enumeration value which determines the color management methods.
Remarks

The default value is IcmIntent.ColorMetric.

See Also

Reference

Icm Class
Icm Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback