C#
VB
C++
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.
[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 );
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET