'Declaration<DispIdAttribute(8)> 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
[DispId(8)] AnnotationEmbeddedImage AddEmbeddedImageAnnot_2( int ImageID, float Left, float Top, float Width, float Height )
function AddEmbeddedImageAnnot_2(
ImageID: Integer;
Left: Single;
Top: Single;
Width: Single;
Height: Single
): AnnotationEmbeddedImage;
DispIdAttribute(8) function AddEmbeddedImageAnnot_2( ImageID : int, Left : float, Top : float, Width : float, Height : float ) : AnnotationEmbeddedImage;
Parameters
- ImageID
- Left
- Top
- Width
- Height