←Select platform

Gaps Property

Summary

Gets or sets the maximum length of a break or a hole in a base line of a rake.

Syntax
C#
VB
C++
public int Gaps { get; set; } 
Public Property Gaps As Integer 
public: 
property int Gaps { 
   int get(); 
   void set (    int ); 
} 

Property Value

Maximum length of a break or a hole in a line. This can be used to remove dotted rakes, dashed rakes, or rakes that have breaks due to scanning.

Example

Refer to RakeRemoveCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly