ScanFix Xpress v9.0 for .NET - Updated
InverseTextOptions Constructor(Int32,Int32,Int32)




Accusoft.ScanFixXpressSdk Namespace > InverseTextOptions Class > InverseTextOptions Constructor : InverseTextOptions Constructor(Int32,Int32,Int32)
The minimum width, in pixels, of the smallest expected zone of inverse text.
The minimum height, in pixels, of the smallest expected zone of inverse text.
The minimum horizontal length of the shortest run of black pixels along the left or right edge of an inverse zone.
Instantiates a new InverseTextOptions object, setting the specified values for the options.
Syntax
'Declaration
 
Public Function New( _
   ByVal minimumAreaWidth As Integer, _
   ByVal minimumAreaHeight As Integer, _
   ByVal minimumBlankOnEdges As Integer _
)
'Usage
 
Dim minimumAreaWidth As Integer
Dim minimumAreaHeight As Integer
Dim minimumBlankOnEdges As Integer
 
Dim instance As New InverseTextOptions(minimumAreaWidth, minimumAreaHeight, minimumBlankOnEdges)
public InverseTextOptions( 
   int minimumAreaWidth,
   int minimumAreaHeight,
   int minimumBlankOnEdges
)
public: InverseTextOptions( 
   int minimumAreaWidth,
   int minimumAreaHeight,
   int minimumBlankOnEdges
)
public:
InverseTextOptions( 
   int minimumAreaWidth,
   int minimumAreaHeight,
   int minimumBlankOnEdges
)

Parameters

minimumAreaWidth
The minimum width, in pixels, of the smallest expected zone of inverse text.
minimumAreaHeight
The minimum height, in pixels, of the smallest expected zone of inverse text.
minimumBlankOnEdges
The minimum horizontal length of the shortest run of black pixels along the left or right edge of an inverse zone.
Remarks
Use this constructor to initialize the options to the desired values when creating the object.
See Also

Reference

InverseTextOptions Class
InverseTextOptions Members
Overload List

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