C# Класс XWiki.Office.Word.ImageDownloadInfo

Class used to package the image information between threads.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ImageDownloadInfo ( String URI, String downloadFolder, ImageInfo imageInfo ) : System

Creates a new instance for the ImageInfo class.

Описание методов

ImageDownloadInfo() публичный Метод

Creates a new instance for the ImageInfo class.
public ImageDownloadInfo ( String URI, String downloadFolder, ImageInfo imageInfo ) : System
URI String The URI of the image.
downloadFolder String The folder where the image will be downloaded.
imageInfo ImageInfo The states of the image on the server and on the local file system.
Результат System