set_SupportAnnotations Method
In This Topic
Sets a value indicating whether dialog must show UI-elements, which allow to export annotations with file.
Syntax
var instance = new Vintasoft.Imaging.UI.Dialogs.WebExportFileSettingsDialogJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_SupportAnnotations(value);
function set_SupportAnnotations(
: boolean
) : any;
Parameters
- value
- A value indicating whether dialog must show UI-elements, which allow to export annotations with file.
Browser Compatibility
See Also