Accusoft.Forms1 - Updated
CombHeight Property



Accusoft.ScanFixXpressSdk Namespace > CombRemovalOptions Class : CombHeight Property
Gets and sets the typical height (in pixels) of a comb mark (measured from the top of the horizontal base line to the top of the mark).
Syntax
Public Property CombHeight As Integer
Dim instance As CombRemovalOptions
Dim value As Integer
 
instance.CombHeight = value
 
value = instance.CombHeight
public int CombHeight {get; set;}
public:
property int CombHeight {
   int get();
   void set (    int value);
}
Remarks

The default value is 20.

Valid values are 4 to 1000.

See Also

Reference

CombRemovalOptions Class
CombRemovalOptions Members