Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Image Property






Gets or sets the image associated with this AnnPicture object.
Syntax
public Image Image {get; set;}
'Declaration
 
Public Property Image As Image
'Usage
 
Dim instance As AnnPicture
Dim value As Image
 
instance.Image = value
 
value = instance.Image

            

            
public:
property Image^ Image {
   Image^ get();
   void set (    Image^ value);
}

Property Value

An System.Drawing.Image object associated with this AnnPicture.
Example
For an example, refer to AnnPicture.
Requirements

Target Platforms

See Also

Reference

AnnPicture Class
AnnPicture Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)