'Declaration Public Overloads Function AddImage( _
ByVal imageFilePathA path to the file, where image is stored.As System.String _
) As Vintasoft.Imaging.Annotation.EmbeddedImageAnnotationData
public Vintasoft.Imaging.Annotation.EmbeddedImageAnnotationData AddImage(
System.String imageFilePath
)
public: Vintasoft.Imaging.Annotation.EmbeddedImageAnnotationData* AddImage(
System.String imageFilePath
)
public:
Vintasoft.Imaging.Annotation.EmbeddedImageAnnotationData^ AddImage(
System.String imageFilePath
)
Parameters
- imageFilePath
- A path to the file, where image is stored.
Return Value
The image annotation that fills the the annotation viewer.