LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

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 Image Image {get; set;}
 get_Image();
set_Image(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPicture Class
AnnPicture Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.