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

    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.
    Смотрите также