Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

TeethSpacing Property








Gets or sets the space between the middle vertical structures belonging to the rake.
Syntax
public int TeethSpacing {get; set;}
'Declaration
 
Public Property TeethSpacing As Integer
'Usage
 
Dim instance As RakeRemoveCommand
Dim value As Integer
 
instance.TeethSpacing = value
 
value = instance.TeethSpacing
public int TeethSpacing {get; set;}
 <br/>get_TeethSpacing();<br/>set_TeethSpacing(value);<br/>Object.defineProperty('TeethSpacing'); 
public:
property int TeethSpacing {
   int get();
   void set (    int value);
}

Property Value

Amount of space between the middle vertical structures belonging to the rake.
Example
Refer to RakeRemoveCommand.
Requirements

Target Platforms

See Also

Reference

RakeRemoveCommand Class
RakeRemoveCommand Members

Error processing SSI file