Accusoft.ScanFixXpress8.Net
HorizontalSizeAdjustment Property




Gets and sets a value used to fine-tune the width of dots to remove.
Syntax
'Declaration
 
Public Property HorizontalSizeAdjustment As Integer
'Usage
 
Dim instance As DotShadingRemovalOptions
Dim value As Integer
 
instance.HorizontalSizeAdjustment = value
 
value = instance.HorizontalSizeAdjustment
public int HorizontalSizeAdjustment {get; set;}
public: __property int get_HorizontalSizeAdjustment();
public: __property void set_HorizontalSizeAdjustment( 
   int value
);
public:
property int HorizontalSizeAdjustment {
   int get();
   void set (    int value);
}
Remarks

The default value is 0 .

Valid values are -100 to 100 .

See Also

Reference

DotShadingRemovalOptions Class
DotShadingRemovalOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback