Aspose::Words::Saving::ImageSaveOptions::get_GraphicsQualityOptions method
ImageSaveOptions::get_GraphicsQualityOptions method
Allows to specify rendering mode and quality for the Graphics object.
System::SharedPtr<Aspose::Words::Saving::GraphicsQualityOptions> Aspose::Words::Saving::ImageSaveOptions::get_GraphicsQualityOptions() const
Remarks
Use this property to override the Graphics settings provided by Aspose.Words engine by default.
It will take effect only when a document is being saved to an image-like format.
See Also
- Class GraphicsQualityOptions
- Class ImageSaveOptions
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++