Gets and sets the filename of the printer's color management profile.
public string PrinterProfile {get; set;}
public: __property string* get_PrinterProfile();
public: __property void set_PrinterProfile(
string* value
);
'Declaration
Public Property PrinterProfile As String
'Usage
Dim instance As Icm
Dim value As String
instance.PrinterProfile = value
value = instance.PrinterProfile
Property Value
A string value which represents the filename of the printer's color management profile.