Gets a value indicating whether web document viewer has button that allows to add file to the viewer.
var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);
var value; // Type: boolean
value = instance.get_CanAddFile();
function get_CanAddFile() : boolean;
Return Value
A value indicating whether web document viewer has button that allows to add file to the viewer. Default value is False.