Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TotalImages Property








Gets the total number of images to be processed.
Syntax
public int TotalImages {get;}
'Declaration
 
Public ReadOnly Property TotalImages As Integer
'Usage
 
Dim instance As RasterCommandProcessorProgressEventArgs
Dim value As Integer
 
value = instance.TotalImages
public int TotalImages {get;}
 get_TotalImages(); 
public:
property int TotalImages {
   int get();
}

Property Value

The total number of images to be processed.
Example
For an example, refer to RasterCommandProcessor.
Requirements

Target Platforms

See Also

Reference

RasterCommandProcessorProgressEventArgs Class
RasterCommandProcessorProgressEventArgs Members

Error processing SSI file