This document is archived and information here might be outdated. Recommended version. |
Minimum length of side for orthogonal shapes primitives.
[Visual Basic .NET]
Public Property ShapeRecognitionMinSideDimension As Double
[C#]
public double ShapeRecognitionMinSideDimension {get; set;}
This property defines the minimum side of orthogonal shape that can be recognized. If the minimal length of the orthogonal shape is less than ShapeRecognitionMinSideDimension , the shape can not be recognized.
The value range for this parameter is from 1.0 to 100.0. The value is in pixels.