Accusoft.ImagXpressSdk Namespace > ImageXView Class : Smoothing Property |
'Declaration <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <DescriptionAttribute("Enables/disables the smoothing effect for the display image.")> <DefaultValueAttribute()> <BrowsableAttribute(True)> Public Property Smoothing As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.Smoothing = value value = instance.Smoothing
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [Description("Enables/disables the smoothing effect for the display image.")] [DefaultValue()] [Browsable(true)] public bool Smoothing {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [Description("Enables/disables the smoothing effect for the display image.")] [DefaultValue()] [Browsable(true)] public: __property bool get_Smoothing(); public: __property void set_Smoothing( bool value );
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [Description("Enables/disables the smoothing effect for the display image.")] [DefaultValue()] [Browsable(true)] public: property bool Smoothing { bool get(); void set ( bool value); }
The default value is true.
When the logical size of a color image is increased to more than the actual size of the image, the color image starts to look boxy. When Smoothing is enabled, ImagXpress performs an algorithm that smoothes out the square edges.
This property affects how the color image is displayed, but does not modify the image in memory.