VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
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);
    
    
    function setData(
    format
    The format of the data to set.
    : string,
    data
    Data to add.
    : object
    ) : any;

    Parameters

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