Aspose::Words::Saving::GraphicsQualityOptions class
Contents
[
Hide
]GraphicsQualityOptions class
Allows to specify additional Graphics quality options. To learn more, visit the Save a Document documentation article.
class GraphicsQualityOptions : public System::Object
Methods
| Method | Description | 
|---|---|
| get_CompositingMode() const | Gets a value that specifies how composited images are drawn to this Graphics. | 
| get_CompositingQuality() const | Gets the rendering quality of composited images drawn to this Graphics. | 
| get_InterpolationMode() const | Gets the interpolation mode associated with this Graphics. | 
| get_SmoothingMode() const | Gets the rendering quality for this Graphics. | 
| get_StringFormat() const | Gets text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. | 
| get_TextRenderingHint() const | Gets the rendering mode for text associated with this Graphics. | 
| get_UseTileFlipMode() const | Gets or sets a flag indicating whether WrapMode is TileFlipXY. | 
| GetType() const override | |
| GraphicsQualityOptions() | |
| Is(const System::TypeInfo&) const override | |
| set_CompositingMode(System::Nullable<System::Drawing::Drawing2D::CompositingMode>) | Sets a value that specifies how composited images are drawn to this Graphics. | 
| set_CompositingQuality(System::Nullable<System::Drawing::Drawing2D::CompositingQuality>) | Sets the rendering quality of composited images drawn to this Graphics. | 
| set_InterpolationMode(System::Nullable<System::Drawing::Drawing2D::InterpolationMode>) | Sets the interpolation mode associated with this Graphics. | 
| set_SmoothingMode(System::Nullable<System::Drawing::Drawing2D::SmoothingMode>) | Sets the rendering quality for this Graphics. | 
| set_StringFormat(const System::SharedPtr<System::Drawing::StringFormat>&) | Sets text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. | 
| set_TextRenderingHint(System::Nullable<System::Drawing::Text::TextRenderingHint>) | Sets the rendering mode for text associated with this Graphics. | 
| set_UseTileFlipMode(bool) | Setter for Aspose::Words::Saving::GraphicsQualityOptions::get_UseTileFlipMode. | 
| static Type() | 
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++