In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / AddEmbeddedImageAnnot_2 Method

AddEmbeddedImageAnnot_2 Method (AnnotationManager)

In This Topic
Syntax
'Declaration

 

Public Function AddEmbeddedImageAnnot_2( _

   ByVal ImageID As Integer, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As AnnotationEmbeddedImage
public AnnotationEmbeddedImage AddEmbeddedImageAnnot_2( 

   int ImageID,

   float Left,

   float Top,

   float Width,

   float Height

)
public function AddEmbeddedImageAnnot_2( 

    ImageID: Integer;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): AnnotationEmbeddedImage; 
public function AddEmbeddedImageAnnot_2( 

   ImageID : int,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : AnnotationEmbeddedImage;
public: AnnotationEmbeddedImage* AddEmbeddedImageAnnot_2( 

   int ImageID,

   float Left,

   float Top,

   float Width,

   float Height

) 
public:

AnnotationEmbeddedImage^ AddEmbeddedImageAnnot_2( 

   int ImageID,

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

ImageID
Left
Top
Width
Height
See Also

Reference

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