useAntiAliasing property

SaveOptions.useAntiAliasing property

Gets or sets a value determining whether or not to use anti-aliasing for rendering.

get useAntiAliasing(): boolean

Remarks

The default value is false. When this value is set to true anti-aliasing is used for rendering.

This property is used when the document is exported to the following formats: SaveFormat.Tiff, SaveFormat.Png, SaveFormat.Bmp, SaveFormat.Jpeg, SaveFormat.Emf. When the document is exported to the SaveFormat.Html, SaveFormat.Mhtml, SaveFormat.Epub, SaveFormat.Azw3 or SaveFormat.Mobi formats this option is used for raster images.

See Also