←Select platform

Length Property

Summary

Gets or sets the length of the bump (or nick) to remove (or fill). All bumps and nicks less than or equal to this size are processed. This value is in pixels.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Length", IsRequired=true)] 
public int Length { get; set; } 
  
<DataMemberAttribute(Name="Length", IsRequired=True)> 
Public Property Length As Integer 
[DataMemberAttribute(Name="Length", IsRequired=true)] 
public: 
property int Length { 
   int get(); 
   void set (    int ); 
} 

Property Value

Length of the bump (or nick) to remove (or fill). All bumps and nicks less than or equal to this size are processed. This value is in pixels.

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.Services.ImageProcessing.DataContracts Assembly