set_BurnAnnotations Method
In This Topic
Sets a value indicating whether annotations must be burned on images.
Syntax
var instance = new Vintasoft.Imaging.WebExportFileSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_BurnAnnotations(value);
function set_BurnAnnotations(
: boolean
) : any;
Parameters
- value
- A value indicating whether annotations must be burned on images.
Browser Compatibility
See Also