Accusoft.ImagXpressSdk Namespace > ImageXView Class : Dithered Property |
'Declaration <DescriptionAttribute("Enables/disables dithering an the display image.")> <BrowsableAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <DefaultValueAttribute()> Public Property Dithered As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.Dithered = value value = instance.Dithered
[DescriptionAttribute("Enables/disables dithering an the display image.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [DefaultValueAttribute()] public bool Dithered {get; set;}
[DescriptionAttribute("Enables/disables dithering an the display image.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [DefaultValueAttribute()] public: __property bool get_Dithered(); public: __property void set_Dithered( bool value );
[DescriptionAttribute("Enables/disables dithering an the display image.")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [DefaultValueAttribute()] public: property bool Dithered { bool get(); void set ( bool value); }
The default value is true.
This property only has an effect if the display is 256 colors or less.