RenderingOptions

RenderingOptions class

Represents rendering options.

The RenderingOptions type exposes the following members:

Constructors

NameDescription
RenderingOptions()Initializes a new instance of the RenderingOptions class

Properties

NameDescription
barcode_optimizationGets or sets barcode optimization mode.
optimize_dimensionsGets or sets optimize dimensions mode.
system_fonts_native_renderingGets or sets a mode where system fonts are rendered natively.
use_new_imaging_engineGets or sets a flag determines whether new imaging engine is used or not.
width_extra_unitsGets or sets a value used to increase or decrease the width of rectangle for AppendRectangle operator.
height_extra_unitsGets or sets a value used to increase or decrease the width of rectangle for AppendRectangle operator.
convert_fonts_to_unicode_ttfIndicates 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.
use_font_hintingUsage 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.
scale_images_to_fit_page_widthGets or sets a values used to scale all images on the page to fit page’s width.
interpolation_high_qualityGets or sets hiqh quality mode for interpolation.
max_fonts_cache_sizeMaximum count of fonts in fonts cache. Default value is 10.
max_symbols_cache_sizeMaximum count of symbols in symbol cache. Default value is 100.
default_font_nameGets/sets the default name of font used to substitute of missing fonts.
ignore_resource_font_errorsGets or 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

See Also