Aspose::Words::Saving::GraphicsQualityOptions::get_UseTileFlipMode method
GraphicsQualityOptions::get_UseTileFlipMode method
Gets or sets a flag indicating whether WrapMode is TileFlipXY.
bool Aspose::Words::Saving::GraphicsQualityOptions::get_UseTileFlipMode() const
Remarks
The WrapMode specifies how a texture or gradient is tiled when it is smaller than the area being filled.
By default uses Tile (specifies tiling without flipping). This causes inaccurate rendering of the scaled image(with high resolution).
This property allows to switch WrapMode to TileFlipXY (specifies that tiles are flipped horizontally as you move along a row and flipped vertically as you move along a column).
See Also
- Class GraphicsQualityOptions
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++