Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Image Property (CodecsOverlayData)








Gets or sets the RasterImage object containing the loaded overlay image.
Syntax
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, nullable) LTRasterImage *image
public RasterImage getImage()
public void setImage(RasterImage value)
            
 <br/>get_Image();<br/>set_Image(value);<br/>Object.defineProperty('Image'); 
public:
property RasterImage^ Image {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

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.
Remarks
This property is output.
Example
For an example, refer to RasterCodecs.StartOverlay
Requirements

Target Platforms

See Also

Reference

CodecsOverlayData Class
CodecsOverlayData Members

Error processing SSI file