set_EnableTextEditorMode Method
In This Topic
Sets a value indicating whether PDF page renderer should enable text editor on PDF page.
Syntax
var instance = new Vintasoft.Shared.WebPdfRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_EnableTextEditorMode(value);
function set_EnableTextEditorMode(
: boolean
) : any;
Parameters
- value
- A value that determines whether PDF page renderer should enable text editor on PDF page. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also