Accusoft.FSInvoices1.Net - Updated
DotShadingRemoval Property




Accusoft.FSInvoices Namespace > ImageLoaderPreprocessingOptions Class : DotShadingRemoval Property
Gets and sets the flag that specifies whether to perform Dot Shading Removal.
Syntax
'Declaration
 
Public Property DotShadingRemoval As Boolean
'Usage
 
Dim instance As ImageLoaderPreprocessingOptions
Dim value As Boolean
 
instance.DotShadingRemoval = value
 
value = instance.DotShadingRemoval
public bool DotShadingRemoval {get; set;}
public: __property bool get_DotShadingRemoval();
public: __property void set_DotShadingRemoval( 
   bool value
);
public:
property bool DotShadingRemoval {
   bool get();
   void set (    bool value);
}
Remarks

Default: true.

See Also

Reference

ImageLoaderPreprocessingOptions Class
ImageLoaderPreprocessingOptions Members