VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormPushButtonJS type / get_RolloverCaption Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RolloverCaption Method
    In This Topic
    Gets a button's rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormPushButtonJS(document, name);
    
    var value; // Type: string
    value = instance.get_RolloverCaption();
    
    
    function get_RolloverCaption() : string;
    

    Return Value

    Button's rollover caption. Default value is "Button".
    Browser Compatibility
    56+
    45+
    11
    See Also