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

var value; // Type: boolean

// Parameters
var format; // Type: string

value = instance.contains(format);

Parameters

format
The format of the data to look for.

Return Value

True if the Clipboard contains data in the specified format; otherwise, false.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Смотрите также