'Declaration
Public Overloads Function AddEmbeddedImageAnnot( _ 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( int ImageID, float Left, float Top, float Width, float Height )
public function AddEmbeddedImageAnnot( ImageID: Integer; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationEmbeddedImage;
public function AddEmbeddedImageAnnot( ImageID : int, Left : float, Top : float, Width : float, Height : float ) : AnnotationEmbeddedImage;
Parameters
- ImageID
- A unique image identifier of the GdPictureImage object representing the required image to render as an annotation. You can obtain this identifier, for example, using methods of the GdPictureImaging class when creating the image resource.
- Left
- The horizontal (X) coordinate of the top left point, in inches, where the annotation bounding box is to be located.
- Top
- The vertical (Y) coordinate of the top left point, in inches, where the annotation bounding box is to be located.
- Width
- The width of the annotation bounding box, in inches.
- Height
- The height of the annotation bounding box, in inches.
Return Value
A GdPicture/XMP AnnotationEmbeddedImage object. The newly added GdPicture/XMP embedded image annotation.