Accusoft.ImagXpress13.Net
DisplayMode Property




Returns or sets a value indicating the maximum color depth used to render an image.
Syntax
'Declaration
 
<DescriptionAttribute("Returns or sets a value indicating the maximum color depth used to render an image.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Property DisplayMode As DisplayMode
'Usage
 
Dim instance As ImageXView
Dim value As DisplayMode
 
instance.DisplayMode = value
 
value = instance.DisplayMode
[DescriptionAttribute("Returns or sets a value indicating the maximum color depth used to render an image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public DisplayMode DisplayMode {get; set;}
[DescriptionAttribute("Returns or sets a value indicating the maximum color depth used to render an image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public: __property DisplayMode get_DisplayMode();
public: __property void set_DisplayMode( 
   DisplayMode value
);
[DescriptionAttribute("Returns or sets a value indicating the maximum color depth used to render an image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public:
property DisplayMode DisplayMode {
   DisplayMode get();
   void set (    DisplayMode value);
}

Property Value

An DisplayMode enumeration value which represents the maximum color depth used to render the image.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback