Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Commands Property








The collection of RasterCommand objects to be run on the Images objects.
Syntax
public RasterCollection<IRasterCommand> Commands {get;}
'Declaration
 
Public ReadOnly Property Commands As RasterCollection(Of IRasterCommand)
'Usage
 
Dim instance As RasterCommandProcessor
Dim value As RasterCollection(Of IRasterCommand)
 
value = instance.Commands
public RasterCollection<IRasterCommand> Commands {get;}
 get_Commands(); 

Property Value

The collection of RasterCommand objects to be run on the Images objects.
Example
For an example, refer to RasterCommandProcessor.
Requirements

Target Platforms

See Also

Reference

RasterCommandProcessor Class
RasterCommandProcessor Members

Error processing SSI file