Gets or sets the RasterImage object containing the loaded overlay image.
public RasterImage Image { get; set; }
Public Property Image As Leadtools.RasterImage
public Leadtools.RasterImage Image {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *image
public RasterImage getImage()
public void setImage(RasterImage value)
<br/>get_Image();<br/>set_Image(value);<br/>Object.defineProperty('Image');
public:
property Leadtools.RasterImage^ Image {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
The RasterImage object containing the loaded overlay image. If the Info property of this CodecsOverlayData object 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.
This property is output.
For an example, refer to RasterCodecs.StartOverlay
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET