Aspose::Words::Saving::SaveOptions::get_UseAntiAliasing method

SaveOptions::get_UseAntiAliasing method

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

bool Aspose::Words::Saving::SaveOptions::get_UseAntiAliasing() const

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: Tiff, Png, Bmp, Jpeg, Emf. When the document is exported to the Html, Mhtml, Epub, Azw3 or Mobi formats this option is used for raster images.

See Also