Aspose::Words::Saving::GraphicsQualityOptions class

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

MethodDescription
get_CompositingMode() constGets a value that specifies how composited images are drawn to this Graphics.
get_CompositingQuality() constGets the rendering quality of composited images drawn to this Graphics.
get_InterpolationMode() constGets the interpolation mode associated with this Graphics.
get_SmoothingMode() constGets the rendering quality for this Graphics.
get_StringFormat() constGets 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() constGets the rendering mode for text associated with this Graphics.
get_UseTileFlipMode() constGets 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