set_ShowRedactionMenu Method
In This Topic
Sets a value indicating whether web PDF document editor should show the "Redaction" menu.
Syntax
var instance = new Vintasoft.Imaging.Pdf.UI.WebPdfDocumentEditorControlSettingsJS(containerId, localizationId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ShowRedactionMenu(value);
function set_ShowRedactionMenu(
: boolean
) : any;
Parameters
- value
- A value indicating whether web PDF document editor should show the "Redaction" menu.
Browser Compatibility
See Also