In This Topic
Sets a value indicating whether web PDF document editor has button that allows to add file to the editor.
Syntax
var instance = new Vintasoft.Imaging.Pdf.UI.WebPdfDocumentEditorControlSettingsJS(containerId, localizationId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanAddFile(value);
function set_CanAddFile(
: boolean
) : any;
Parameters
- value
- A value indicating whether web PDF document editor has button that allows to add file to the editor.
Browser Compatibility
See Also