VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebObjectClipboardJS type / setData Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
setData Метод
В этом разделе
Clears the Clipboard and adds data in the specified format to the Clipboard.
Синтаксис
var instance = new Vintasoft.Shared.WebObjectClipboardJS();

var value; // Type: any

// Parameters
var format; // Type: string
var data; // Type: object

value = instance.setData(format, data);

Parameters

format
The format of the data to set.
data
Data to add.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Смотрите также