VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormPushButtonJS type / get_DownCaption Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    get_DownCaption Метод
    В этом разделе
    Gets a button's alternate (down) caption, displayed when the mouse button is pressed within its active area.
    Синтаксис
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormPushButtonJS(document, name);
    
    var value; // Type: string
    value = instance.get_DownCaption();
    
    
    function get_DownCaption() : string;
    

    Return Value

    Button's alternate (down) caption. Default value is "Button".
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также