ScanFix Xpress v9.0 for .NET - Updated
VerticalSizeAdjustment Property




Accusoft.ScanFixXpressSdk Namespace > DotShadingRemovalOptions Class : VerticalSizeAdjustment Property
Gets and sets a value used to fine-tune the height of dots to remove.
Syntax
'Declaration
 
Public Property VerticalSizeAdjustment As Integer
'Usage
 
Dim instance As DotShadingRemovalOptions
Dim value As Integer
 
instance.VerticalSizeAdjustment = value
 
value = instance.VerticalSizeAdjustment
public int VerticalSizeAdjustment {get; set;}
public: __property int get_VerticalSizeAdjustment();
public: __property void set_VerticalSizeAdjustment( 
   int value
);
public:
property int VerticalSizeAdjustment {
   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

Is this page helpful?
Yes No
Thanks for your feedback.