Accusoft.ImagXpressSdk Namespace > ImageXView Class : Dithered Property |
'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
[Browsable(true)] [Description("Enables/disables dithering an the display image.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] public bool Dithered {get; set;}
[Browsable(true)] [Description("Enables/disables dithering an the display image.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] public: __property bool get_Dithered(); public: __property void set_Dithered( bool value );
[Browsable(true)] [Description("Enables/disables dithering an the display image.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] 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.