Instantiates a new InverseTextOptions object, setting the specified values for the options.
Syntax
Dim minimumAreaWidth As Integer
Dim minimumAreaHeight As Integer
Dim minimumBlankOnEdges As Integer
Dim instance As New InverseTextOptions(minimumAreaWidth, minimumAreaHeight, 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.
See Also