VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfInteractiveFormToolJS type / get_IsMultipageModeSupported Property
Syntax BrowserCompatibility SeeAlso
get_IsMultipageModeSupported Method
Gets a value indicating whether this tool supports multipage mode.
Syntax
var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();

var value; // Type: boolean
value = instance.get_IsMultipageModeSupported();

Return Value

True - visual tool supports multipage mode; otherwise, false.
Browser Compatibility
56+
45+
11
See Also