RenderingOptions

RenderingOptions

Overview

RenderingOptions is a class in Aspose.PDF FOSS for C++.

This class provides 26 methods for working with RenderingOptions objects in C++ programs. Available methods include: AnalyzeFonts, BarcodeOptimization, ConvertFontsToUnicodeTTF, DefaultFontName, HeightExtraUnits, IgnoreResourceFontErrors, InterpolationHighQuality, MaxFontsCacheSize, MaxSymbolsCacheSize, OptimizeDimensions, SystemFontsNativeRendering, UseFontHinting, and 1 additional methods. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
AnalyzeFonts()boolCalls AnalyzeFonts on this RenderingOptions instance.
AnalyzeFonts(value: bool)Calls AnalyzeFonts(value) on this RenderingOptions instance.
BarcodeOptimization()boolCalls BarcodeOptimization on this RenderingOptions instance.
BarcodeOptimization(value: bool)Calls BarcodeOptimization(value) on this RenderingOptions instance.
ConvertFontsToUnicodeTTF()boolCalls ConvertFontsToUnicodeTTF on this RenderingOptions instance.
ConvertFontsToUnicodeTTF(value: bool)Calls ConvertFontsToUnicodeTTF(value) on this RenderingOptions instance.
DefaultFontName()std::stringCalls DefaultFontName on this RenderingOptions instance.
DefaultFontName(value: std::string)Calls DefaultFontName(value) on this RenderingOptions instance.
HeightExtraUnits()floatCalls HeightExtraUnits on this RenderingOptions instance.
HeightExtraUnits(value: float)Calls HeightExtraUnits(value) on this RenderingOptions instance.
IgnoreResourceFontErrors()boolCalls IgnoreResourceFontErrors on this RenderingOptions instance.
IgnoreResourceFontErrors(value: bool)Calls IgnoreResourceFontErrors(value) on this RenderingOptions instance.
InterpolationHighQuality()boolCalls InterpolationHighQuality on this RenderingOptions instance.
InterpolationHighQuality(value: bool)Calls InterpolationHighQuality(value) on this RenderingOptions instance.
MaxFontsCacheSize()intCalls MaxFontsCacheSize on this RenderingOptions instance.
MaxFontsCacheSize(value: int)Calls MaxFontsCacheSize(value) on this RenderingOptions instance.
MaxSymbolsCacheSize()intCalls MaxSymbolsCacheSize on this RenderingOptions instance.
MaxSymbolsCacheSize(value: int)Calls MaxSymbolsCacheSize(value) on this RenderingOptions instance.
OptimizeDimensions()boolCalls OptimizeDimensions on this RenderingOptions instance.
OptimizeDimensions(value: bool)Calls OptimizeDimensions(value) on this RenderingOptions instance.
SystemFontsNativeRendering()boolCalls SystemFontsNativeRendering on this RenderingOptions instance.
SystemFontsNativeRendering(value: bool)Calls SystemFontsNativeRendering(value) on this RenderingOptions instance.
UseFontHinting()boolCalls UseFontHinting on this RenderingOptions instance.
UseFontHinting(value: bool)Calls UseFontHinting(value) on this RenderingOptions instance.
WidthExtraUnits()floatCalls WidthExtraUnits on this RenderingOptions instance.
WidthExtraUnits(value: float)Calls WidthExtraUnits(value) on this RenderingOptions instance.

See Also