VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebObjectClipboardJS type / getData Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    getData Метод
    В этом разделе
    Retrieves data, in the specified format, from the Clipboard.
    Синтаксис
    var instance = new Vintasoft.Shared.WebObjectClipboardJS();
    
    var value; // Type: object
    
    // Parameters
    var format; // Type: string
    
    value = instance.getData(format);
    
    
    function getData(
    format
    The format of the data to retrieve.
    : string
    ) : object;

    Parameters

    format
    The format of the data to retrieve.

    Return Value

    A Clipboard data or null if the Clipboard does not contain any data that is in the specified "format".
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также