GdPicture.NET.14.API
GdPicture14.Annotations Namespace / AnnotationEmbeddedImage Class / Image Property





In This Topic
Image Property (AnnotationEmbeddedImage)
In This Topic
A GdPicture image identifier specifying the image to be rendered.
Syntax
'Declaration
 
Public Property Image As Integer
public int Image {get; set;}
public read-write property Image: Integer; 
public function get,set Image : int
public: __property int get_Image();
public: __property void set_Image( 
   int value
);
public:
property int Image {
   int get();
   void set (    int value);
}
See Also