RenderingOptions
Overview
RenderingOptions is a class in Aspose.PDF FOSS for .NET.
Rendering options used by PdfConverter and other facade classes.
Properties: BarcodeOptimization, DefaultFontName, IgnoreResourceFontErrors, InterpolationHighQuality, OptimizeDimensions, ScaleImagesToFitPageWidth, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
UseNewImagingEngine | bool | Read/Write | Use the new imaging engine. |
UseAntiAliasing | bool | Read/Write | Use anti-aliasing. |
UseFontHinting | bool | Read/Write | Use font hinting. |
InterpolationHighQuality | bool | Read/Write | High-quality interpolation flag. |
DefaultFontName | string? | Read/Write | Default font name override. |
BarcodeOptimization | bool | Read/Write | Bar code optimization. |
ScaleImagesToFitPageWidth | bool | Read/Write | Smooth content rendering. |
SystemFontsNativeRendering | bool | Read/Write | System fonts substitution. |
IgnoreResourceFontErrors | bool | Read/Write | Ignore resource-font errors and keep rendering. |
OptimizeDimensions | bool | Read/Write | Optimize rendered output dimensions. |