set_FlattenAnnotations Method
In This Topic
Sets a value indicating whether the command must flatten (burn) annotations.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_FlattenAnnotations(value);
function set_FlattenAnnotations(
: boolean
) : any;
Parameters
- value
- True - command must flatten annotations; false - command must NOT flatten annotations.
Default value is false.
Browser Compatibility
See Also