Accusoft.PrintPro8.Net
MonitorProfile Property




Gets and sets the file name of the monitor's color management profile.
Syntax
'Declaration
 
Public Property MonitorProfile As String
'Usage
 
Dim instance As Icm
Dim value As String
 
instance.MonitorProfile = value
 
value = instance.MonitorProfile
public string MonitorProfile {get; set;}
public: __property string* get_MonitorProfile();
public: __property void set_MonitorProfile( 
   string* value
);
public:
property String^ MonitorProfile {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the filename of the monitor'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