VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormPushButtonJS type / set_RolloverCaption Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_RolloverCaption Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_RolloverCaption(value);
    
    
    function set_RolloverCaption(
    value
    Button's rollover caption. Default value is "Button".
    : string
    ) : any;

    Parameters

    value
    Button's rollover caption. Default value is "Button".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also