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
Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration
Public Property Intent As IcmIntent
'Usage
Dim instance As Icm
Dim value As IcmIntent
instance.Intent = value
value = instance.Intent
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);
}
Property Value
An
IcmIntent enumeration value which determines the color management methods.
Remarks
See Also