'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;
Parameters
- ImageID
- Left
- Top
- Width
- Height