In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.AnnotationEmbeddedImage / Image Property

Image Property (AnnotationEmbeddedImage)

In This Topic
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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.AnnotationEmbeddedImage
AnnotationEmbeddedImage Members