Aspose::Pdf::RenderingOptions class
Contents
[
Hide
]RenderingOptions class
Represents rendering options.
class RenderingOptions : public System::Object
Methods
Method | Description |
---|---|
get_AnalyzeFonts() const | Replaces fonts as necessary to ensure all characters in the text can be displayed. The font substitution algorithm follows these steps: |
get_BarcodeOptimization() const | Gets barcode optimization mode. |
get_ConvertFontsToUnicodeTTF() const | Indicates that all fonts will be converted to TTF unicode versions. That is useful for compatibility reasons and to optimize font usage, cause every new TTF font will have not all the symbols from source font, but only symbols which are used in text. |
get_DefaultFontName() const | Gets/sets the default name of font used to substitute of missing fonts. |
get_HeightExtraUnits() const | Gets a value used to increase or decrease the width of rectangle for AppendRectangle operator. |
get_IgnoreResourceFontErrors() const | Gets indication that errors related to absence of font will be ignored. true - means that errors of absence of font will be ignored. Text segments that refer to incorrect resources will be skipped during processing. false by default. |
get_InterpolationHighQuality() const | Gets hiqh quality mode for interpolation. |
get_MaxFontsCacheSize() const | Maximum count of fonts in fonts cache. Default value is 10. |
get_MaxSymbolsCacheSize() const | Maximum count of symbols in symbol cache. Default value is 100. |
get_OptimizeDimensions() const | Gets optimize dimensions mode. |
get_ScaleImagesToFitPageWidth() const | Gets a values used to scale all images on the page to fit page’s width. |
get_SystemFontsNativeRendering() const | Gets a mode where system fonts are rendered natively. |
get_UseFontHinting() const | Usage of this flag turn on font hinting mechanism. Font hinting is the use of mathematical instructions to adjust the display of an outline font. In some cases turning this flag on may solve problems with text legibility. At current moment usage of this flag could give effect only for TTF fonts, if these fonts are used in source document. |
get_UseNewImagingEngine() const | Gets a flag determines whether new imaging engine is used or not. |
get_WidthExtraUnits() const | Gets a value used to increase or decrease the width of rectangle for AppendRectangle operator. |
RenderingOptions() | Initializes new instance of the RenderingOptions object. |
set_AnalyzeFonts(bool) | Replaces fonts as necessary to ensure all characters in the text can be displayed. The font substitution algorithm follows these steps: |
set_BarcodeOptimization(bool) | Sets barcode optimization mode. |
set_ConvertFontsToUnicodeTTF(bool) | Indicates that all fonts will be converted to TTF unicode versions. That is useful for compatibility reasons and to optimize font usage, cause every new TTF font will have not all the symbols from source font, but only symbols which are used in text. |
set_DefaultFontName(System::String) | Gets/sets the default name of font used to substitute of missing fonts. |
set_HeightExtraUnits(float) | Sets a value used to increase or decrease the width of rectangle for AppendRectangle operator. |
set_IgnoreResourceFontErrors(bool) | Sets indication that errors related to absence of font will be ignored. true - means that errors of absence of font will be ignored. Text segments that refer to incorrect resources will be skipped during processing. false by default. |
set_InterpolationHighQuality(bool) | Sets hiqh quality mode for interpolation. |
set_MaxFontsCacheSize(int32_t) | Maximum count of fonts in fonts cache. Default value is 10. |
set_MaxSymbolsCacheSize(int32_t) | Maximum count of symbols in symbol cache. Default value is 100. |
set_OptimizeDimensions(bool) | Sets optimize dimensions mode. |
set_ScaleImagesToFitPageWidth(bool) | Sets a values used to scale all images on the page to fit page’s width. |
set_SystemFontsNativeRendering(bool) | Sets a mode where system fonts are rendered natively. |
set_UseFontHinting(bool) | Usage of this flag turn on font hinting mechanism. Font hinting is the use of mathematical instructions to adjust the display of an outline font. In some cases turning this flag on may solve problems with text legibility. At current moment usage of this flag could give effect only for TTF fonts, if these fonts are used in source document. |
set_UseNewImagingEngine(bool) | Sets a flag determines whether new imaging engine is used or not. |
set_WidthExtraUnits(float) | Sets a value used to increase or decrease the width of rectangle for AppendRectangle operator. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++