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
| Signature | Description |
|---|---|
AnalyzeFonts() → bool | Calls AnalyzeFonts on this RenderingOptions instance. |
AnalyzeFonts(value: bool) | Calls AnalyzeFonts(value) on this RenderingOptions instance. |
BarcodeOptimization() → bool | Calls BarcodeOptimization on this RenderingOptions instance. |
BarcodeOptimization(value: bool) | Calls BarcodeOptimization(value) on this RenderingOptions instance. |
ConvertFontsToUnicodeTTF() → bool | Calls ConvertFontsToUnicodeTTF on this RenderingOptions instance. |
ConvertFontsToUnicodeTTF(value: bool) | Calls ConvertFontsToUnicodeTTF(value) on this RenderingOptions instance. |
DefaultFontName() → std::string | Calls DefaultFontName on this RenderingOptions instance. |
DefaultFontName(value: std::string) | Calls DefaultFontName(value) on this RenderingOptions instance. |
HeightExtraUnits() → float | Calls HeightExtraUnits on this RenderingOptions instance. |
HeightExtraUnits(value: float) | Calls HeightExtraUnits(value) on this RenderingOptions instance. |
IgnoreResourceFontErrors() → bool | Calls IgnoreResourceFontErrors on this RenderingOptions instance. |
IgnoreResourceFontErrors(value: bool) | Calls IgnoreResourceFontErrors(value) on this RenderingOptions instance. |
InterpolationHighQuality() → bool | Calls InterpolationHighQuality on this RenderingOptions instance. |
InterpolationHighQuality(value: bool) | Calls InterpolationHighQuality(value) on this RenderingOptions instance. |
MaxFontsCacheSize() → int | Calls MaxFontsCacheSize on this RenderingOptions instance. |
MaxFontsCacheSize(value: int) | Calls MaxFontsCacheSize(value) on this RenderingOptions instance. |
MaxSymbolsCacheSize() → int | Calls MaxSymbolsCacheSize on this RenderingOptions instance. |
MaxSymbolsCacheSize(value: int) | Calls MaxSymbolsCacheSize(value) on this RenderingOptions instance. |
OptimizeDimensions() → bool | Calls OptimizeDimensions on this RenderingOptions instance. |
OptimizeDimensions(value: bool) | Calls OptimizeDimensions(value) on this RenderingOptions instance. |
SystemFontsNativeRendering() → bool | Calls SystemFontsNativeRendering on this RenderingOptions instance. |
SystemFontsNativeRendering(value: bool) | Calls SystemFontsNativeRendering(value) on this RenderingOptions instance. |
UseFontHinting() → bool | Calls UseFontHinting on this RenderingOptions instance. |
UseFontHinting(value: bool) | Calls UseFontHinting(value) on this RenderingOptions instance. |
WidthExtraUnits() → float | Calls WidthExtraUnits on this RenderingOptions instance. |
WidthExtraUnits(value: float) | Calls WidthExtraUnits(value) on this RenderingOptions instance. |