←Select platform

HorizontalLineMinimumLength Property

Summary

Minimum length of the horizontal line, relative to the image width that can be detected.

Syntax
C#
VB
C++
public int HorizontalLineMinimumLength {get; set;} 
Public Property HorizontalLineMinimumLength() As Integer 
   Get 
   Set 
public:  
   property Int32 HorizontalLineMinimumLength 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
Remarks

Valid values for this parameter range from 1 to 100. The FindCandidateFormFieldsCommand returns the ERROR_INV_PARAMETER error code if the value is < 1 or > 100.

Property Value

Minimum length of the horizontal line, relative to the image width that can be detected.

Example

For an example, refer to FindCandidateFormFieldsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.