Gets or sets the
Leadtools.RasterImage object containing the loaded overlay image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Image As RasterImage |
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.
Example
Remarks
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also