useHighQualityRendering property
SaveOptions.useHighQualityRendering property
Gets or sets a value determining whether or not to use high quality (i.e. slow) rendering algorithms.
get useHighQualityRendering(): boolean
Remarks
The default value is false
.
This property is used when the document is exported to image formats:
SaveFormat.Tiff, SaveFormat.Png, SaveFormat.Bmp,
SaveFormat.Jpeg, SaveFormat.Emf.
See Also
- module Aspose.Words.Saving
- class SaveOptions