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

Show in webframe

Iterations Property (SRADAnisotropicDiffusionCommand)








Gets or sets the number of iterations of the filter.
Syntax
public int Iterations {get; set;}
'Declaration
 
Public Property Iterations As Integer
'Usage
 
Dim instance As SRADAnisotropicDiffusionCommand
Dim value As Integer
 
instance.Iterations = value
 
value = instance.Iterations
public int Iterations {get; set;}
@property (nonatomic, assign) NSInteger iterations
public int getIterations()
public void setIterations(int value)
            
 <br/>get_Iterations();<br/>set_Iterations(value);<br/>Object.defineProperty('Iterations'); 
public:
property int Iterations {
   int get();
   void set (    int value);
}

Property Value

Number of iterations the filter will perform.
Example
Refer to the SRADAnisotropicDiffusionCommand example.
Requirements

Target Platforms

See Also

Reference

SRADAnisotropicDiffusionCommand Class
SRADAnisotropicDiffusionCommand Members

Error processing SSI file