LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Image Property (CodecsPageEventArgs)

Show in webframe







Gets the object being loaded from the image file page or the image that is being saved.
Syntax
public RasterImage Image {get;}
'Declaration
 
Public ReadOnly Property Image As RasterImage
'Usage
 
Dim instance As CodecsPageEventArgs
Dim value As RasterImage
 
value = instance.Image
public RasterImage Image {get;}
@property (nonatomic, readonly, strong) LTRasterImage* image;
public RasterImage getImage()
 get_Image(); 
public:
property RasterImage^ Image {
   RasterImage^ get();
}

Property Value

A Leadtools.RasterImage that specifies the object being loaded from the image file page or the image that is being saved.
Example
For an example, refer to RasterCodecs.LoadPage.
Requirements

Target Platforms

See Also

Reference

CodecsPageEventArgs Class
CodecsPageEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.