In This Topic

Image Property (AnnotationEmbeddedImage)

In This Topic
The image to be rendered.
Syntax
'Declaration

 

Public Property Image As Bitmap
public Bitmap Image {get; set;}
public read-write property Image: Bitmap; 
public function get,set Image : Bitmap
public: __property Bitmap* get_Image();

public: __property void set_Image( 

   Bitmap* value

);
public:

property Bitmap^ Image {

   Bitmap^ get();

   void set (    Bitmap^ value);

}
See Also