Gets or sets the
RasterImage object containing the loaded overlay image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Image As RasterImage |
Return Value
The
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
Dispose on this image. LEADTOOLS will dispose it for you once its done
overlaying it on the image.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also