LEADTOOLS (Leadtools assembly)

Commands Property

Show in webframe







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(); 
public:
property RasterCollection<IRasterCommand^>^ Commands {
   RasterCollection<IRasterCommand^>^ get();
}

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.