Accusoft.ImagXpressSdk Namespace > ImageXView Class : Dithered Property |
'Declaration <BrowsableAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <DefaultValueAttribute()> <DescriptionAttribute("Enables/disables dithering an the display image.")> Public Property Dithered As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.Dithered = value value = instance.Dithered
[Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Description("Enables/disables dithering an the display image.")] public bool Dithered {get; set;}
[Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Description("Enables/disables dithering an the display image.")] public: __property bool get_Dithered(); public: __property void set_Dithered( bool value );
[Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Description("Enables/disables dithering an the display image.")] 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.