←Select platform

Image Property

Summary

Gets or sets the RasterImage object containing the loaded overlay image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly