'Declaration Public Overloads Function AddImage( _
ByVal imageFilePathПуть к файлу, в котором хранится изображение.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
- Путь к файлу, в котором хранится изображение.
Return Value
Аннотация изображения, которая заполняет просмотрщик аннотаций.