Accusoft.PrintPro8.Net
PrinterProfile Property




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

Property Value

A string value which represents the filename of the printer's color management profile.
Remarks

The default value is an empty string "".

See Also

Reference

Icm Class
Icm Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback