VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormPushButtonJS type / set_NormalCaption Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_NormalCaption Method
Sets a button's normal caption, displayed when it is not interacting with the user.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormPushButtonJS(document, name);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_NormalCaption(value);

Parameters

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