LEADTOOLS (Leadtools assembly)

Images Property

Show in webframe







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

            

            
 get_Images(); 
public:
property RasterCollection<RasterImage^>^ Images {
   RasterCollection<RasterImage^>^ get();
}

Property Value

The collection of Leadtools.RasterImage objects to run the Commands on.
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.