LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Images Property
See Also 
Leadtools.ImageProcessing Namespace > RasterCommandProcessor Class : Images Property



The collection of RasterImage objects to run the Commands on. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Images As RasterCollection(Of RasterImage)
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProcessor
Dim value As RasterCollection(Of RasterImage)
 
value = instance.Images
C# 
public RasterCollection<RasterImage> Images {get;}
C++/CLI 
public:
property RasterCollection<RasterImage^>^ Images {
   RasterCollection<RasterImage^>^ get();
}

Property Value

The collection of RasterImage objects to run the Commands on.

Example

For an example, refer to RasterCommandProcessor.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also