Accusoft.ImagXpress13.Net
DisplayMode Property




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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback