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