LEADTOOLS Annotations (Leadtools.Annotations assembly)

Image Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.