LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Image Property (CodecsOverlayData)






Gets or sets the Leadtools.RasterImage object containing the loaded overlay image. .NET support WinRT support Silverlight support
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;}
 get_Image();
set_Image(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsOverlayData Class
CodecsOverlayData Members

 

 


Products | Support | Contact Us | Copyright Notices

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