Aspose::Pdf::RenderingOptions class

RenderingOptions class

Represents rendering options.

class RenderingOptions : public System::Object

Methods

MethodDescription
get_BarcodeOptimization() constGets barcode optimization mode.
get_ConvertFontsToUnicodeTTF() constIndicates 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() constGets/sets the default name of font used to substitute of missing fonts.
get_HeightExtraUnits() constGets a value used to increase or decrease the width of rectangle for AppendRectangle operator.
get_IgnoreResourceFontErrors() constGets 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() constGets hiqh quality mode for interpolation.
get_MaxFontsCacheSize() constMaximum count of fonts in fonts cache. Default value is 10.
get_MaxSymbolsCacheSize() constMaximum count of symbols in symbol cache. Default value is 100.
get_OptimizeDimensions() constGets optimize dimensions mode.
get_ScaleImagesToFitPageWidth() constGets a values used to scale all images on the page to fit page’s width.
get_SystemFontsNativeRendering() constGets a mode where system fonts are rendered natively.
get_UseFontHinting() constUsage 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() constGets a flag determines whether new imaging engine is used or not.
get_WidthExtraUnits() constGets a value used to increase or decrease the width of rectangle for AppendRectangle operator.
RenderingOptions()Initializes new instance of the RenderingOptions object.
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