Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ImageNumber Property








Gets the index of the current RasterImage in the Images collection.
Syntax
public int ImageNumber {get;}
'Declaration
 
Public ReadOnly Property ImageNumber As Integer
'Usage
 
Dim instance As RasterCommandProcessorProgressEventArgs
Dim value As Integer
 
value = instance.ImageNumber
public int ImageNumber {get;}
 get_ImageNumber(); 
public:
property int ImageNumber {
   int get();
}

Property Value

The index of the current RasterImage in the Images collection.
Example
For an example, refer to RasterCommandProcessor.
Requirements

Target Platforms

See Also

Reference

RasterCommandProcessorProgressEventArgs Class
RasterCommandProcessorProgressEventArgs Members

Error processing SSI file