set_GenerateAnnotationAppearance Method
In This Topic
Sets a value indicating whether annotations appearance must be saved in PDF document.
Syntax
var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_GenerateAnnotationAppearance(value);
function set_GenerateAnnotationAppearance(
: boolean
) : any;
Parameters
- value
- A value indicating whether annotations appearance must be saved in PDF document.
Browser Compatibility
See Also