←Select platform

VerticalLineMinimumLength Property

Summary

Minimum length of the vertical line, relative to the image height that can be detected.

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

Property Value

Minimum length of the vertical line, relative to the image height that can be detected.

Remarks

The value of this parameter should be between 1 to 100. The FindCandidateFormFieldsCommand returns the ERROR_INV_PARAMETER error code if the value is < 1 or > 100.

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.