set_InteractionMode Method
In This Topic
Sets the interaction mode.
Syntax
var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPdfInteractiveFormInteractionModeEnumJS
returnValue = instance.set_InteractionMode(value);
Parameters
- value
- WebPdfInteractiveFormInteractionModeEnumJS object. Default value is "View".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also