ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property CombHeight As Integer
'Usage
 
Dim instance As CombRemovalOptions
Dim value As Integer
 
instance.CombHeight = value
 
value = instance.CombHeight
public int CombHeight {get; set;}
public: __property int get_CombHeight();
public: __property void set_CombHeight( 
   int value
);
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

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