Accusoft.ImagXpress13.Net
MonitorProfileName Property




Gets and sets the monitor’s color management profile.
Syntax
'Declaration
 
<DescriptionAttribute("This property supplies the monitor’s profile filename.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property MonitorProfileName As String
'Usage
 
Dim instance As ImageXView
Dim value As String
 
instance.MonitorProfileName = value
 
value = instance.MonitorProfileName
[DescriptionAttribute("This property supplies the monitor’s profile filename.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public string MonitorProfileName {get; set;}
[DescriptionAttribute("This property supplies the monitor’s profile filename.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public: __property string* get_MonitorProfileName();
public: __property void set_MonitorProfileName( 
   string* value
);
[DescriptionAttribute("This property supplies the monitor’s profile filename.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public:
property String^ MonitorProfileName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the color profile.
Remarks

The default value is an empty string "".

Note: Available in Professional edition.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback