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;}
@property (nonatomic, strong) LTRasterImage* image;
public RasterImage getImage()
public void setImage(RasterImage value)
get_Image();
set_Image(value);
Object.defineProperty('Image');
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.