Accusoft.Forms1 - Updated
VerticalLineThickness Property



Accusoft.ScanFixXpressSdk Namespace > CombRemovalOptions Class : VerticalLineThickness Property
Gets and sets the typical thickness (in pixels) of the vertical lines that comprise the comb.
Syntax
Public Property VerticalLineThickness As Integer
Dim instance As CombRemovalOptions
Dim value As Integer
 
instance.VerticalLineThickness = value
 
value = instance.VerticalLineThickness
public int VerticalLineThickness {get; set;}
public:
property int VerticalLineThickness {
   int get();
   void set (    int value);
}
Remarks

The default value is 4.

Valid values are 1 to 20.

See Also

Reference

CombRemovalOptions Class
CombRemovalOptions Members