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

Show in webframe

MaxSideteethLength Property








Gets or sets the maximum length of the side vertical structures of the rake.
Syntax
public int MaxSideteethLength {get; set;}
'Declaration
 
Public Property MaxSideteethLength As Integer
'Usage
 
Dim instance As RakeRemoveCommand
Dim value As Integer
 
instance.MaxSideteethLength = value
 
value = instance.MaxSideteethLength
public int MaxSideteethLength {get; set;}
 <br/>get_MaxSideteethLength();<br/>set_MaxSideteethLength(value);<br/>Object.defineProperty('MaxSideteethLength'); 
public:
property int MaxSideteethLength {
   int get();
   void set (    int value);
}

Property Value

Maximum length of the side vertical structures of the rake.
Example
Refer to RakeRemoveCommand.
Requirements

Target Platforms

See Also

Reference

RakeRemoveCommand Class
RakeRemoveCommand Members

Error processing SSI file