RenderingOptions

RenderingOptions

Overview

RenderingOptions is a class in Aspose.PDF FOSS for .NET.

Rendering options used by the page-to-image converters (PngDevice, JpegDevice, PdfConverter, …).

Properties: AnalyzeFonts, BarcodeOptimization, ConvertFontsToUnicodeTTF, DefaultFontName, HeightExtraUnits, IgnoreResourceFontErrors, and 9 more.

Properties

NameTypeAccessDescription
AnalyzeFontsboolRead/WriteAnalyse fonts on the page before rendering.
BarcodeOptimizationboolRead/WriteBar-code optimization.
ConvertFontsToUnicodeTTFboolRead/WriteConvert fonts to Unicode TrueType form before rendering.
DefaultFontNamestring?Read/WriteOverride default font name used when a referenced font cannot be resolved.
HeightExtraUnitsfloatRead/WriteExtra units added to the rendered image height.
IgnoreResourceFontErrorsboolRead/WriteIf true, the renderer suppresses exceptions raised by malformed font resources.
InterpolationHighQualityboolRead/WriteUse high-quality bicubic interpolation when scaling images.
MaxFontsCacheSizeintRead/WriteMaximum entries in the font cache.
MaxSymbolsCacheSizeintRead/WriteMaximum entries in the symbol cache.
OptimizeDimensionsboolRead/WriteCrop the rendered image to the visible content.
ScaleImagesToFitPageWidthboolRead/WriteScale images on the page so they fit the page width.
SystemFontsNativeRenderingboolRead/WriteUse native rendering for system fonts.
UseFontHintingboolRead/WriteEnable font hinting.
UseNewImagingEngineboolRead/WriteUse the new imaging engine.
WidthExtraUnitsfloatRead/WriteExtra units added to the rendered image width.

See Also