←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly