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

Show in webframe

Update Property








Gets or sets the update value.
Syntax
public int Update {get; set;}
'Declaration
 
Public Property Update As Integer
'Usage
 
Dim instance As AnisotropicDiffusionCommand
Dim value As Integer
 
instance.Update = value
 
value = instance.Update
public int Update {get; set;}
 <br/>get_Update();<br/>set_Update(value);<br/>Object.defineProperty('Update'); 
public:
property int Update {
   int get();
   void set (    int value);
}

Property Value

The number of iterations completed before the image is updated.
Example
Refer to AnisotropicDiffusionCommand.
Requirements

Target Platforms

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

Error processing SSI file