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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also