LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Image Property (CodecsOverlayData)

Show in webframe







Gets or sets the Leadtools.RasterImage object containing the loaded overlay image.
Syntax
public RasterImage Image {get; set;}
'Declaration
 
Public Property Image As RasterImage
'Usage
 
Dim instance As CodecsOverlayData
Dim value As RasterImage
 
instance.Image = value
 
value = instance.Image
public RasterImage Image {get; set;}
@property (nonatomic, strong) LTRasterImage* image;
public RasterImage getImage()
public void setImage(RasterImage value)
            
 
get_Image();
set_Image(value);
Object.defineProperty('Image');
public:
property RasterImage^ Image {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

The Leadtools.RasterImage object containing the loaded overlay image. If the Info property of this CodecsOverlayData objet is false, you need to load the overlay image into this property. Otherwise ignore. You do not need to call Leadtools.RasterImage.Dispose on this image. LEADTOOLS will dispose it for you once its done overlaying it on the image.
Remarks
This property is output.
Example
For an example, refer to RasterCodecs.StartOverlay
Requirements

Target Platforms

See Also

Reference

CodecsOverlayData Class
CodecsOverlayData Members

 

 


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