Accusoft.ImagXpress13.Net
Dithered Property




Gets and sets the display image dithering state.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DescriptionAttribute("Enables/disables dithering an the display image.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<DefaultValueAttribute()>
Public Property Dithered As Boolean
'Usage
 
Dim instance As ImageXView
Dim value As Boolean
 
instance.Dithered = value
 
value = instance.Dithered
[BrowsableAttribute(true)]
[DescriptionAttribute("Enables/disables dithering an the display image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute()]
public bool Dithered {get; set;}
[BrowsableAttribute(true)]
[DescriptionAttribute("Enables/disables dithering an the display image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute()]
public: __property bool get_Dithered();
public: __property void set_Dithered( 
   bool value
);
[BrowsableAttribute(true)]
[DescriptionAttribute("Enables/disables dithering an the display image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute()]
public:
property bool Dithered {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the current image is dithered on the display. Otherwise, false is returned.
Remarks

The default value is true.

This property only has an effect if the display is 256 colors or less.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback