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).
public: __property IcmIntent get_Intent();
public: __property void set_Intent(
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.