MetafileRenderingOptions class

MetafileRenderingOptions class

Allows to specify additional metafile rendering options. To learn more, visit the Handling Windows Metafiles documentation article.

Constructors

NameDescription
MetafileRenderingOptions()The default constructor.

Properties

NameDescription
emf_plus_dual_rendering_modeGets or sets a value determining how EMF+ Dual metafiles should be rendered.
emulate_raster_operationsGets or sets a value determining whether or not the raster operations should be emulated.
emulate_rendering_to_size_on_pageGets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on page or the display of the metafile in its default size.
emulate_rendering_to_size_on_page_resolutionGets or sets the resolution in pixels per inch for the emulation of metafile rendering to the size on page.
rendering_modeGets or sets a value determining how metafile images should be rendered.
use_emf_embedded_to_wmfGets or sets a value determining how WMF metafiles with embedded EMF metafiles should be rendered.
use_gdi_raster_operations_emulationGets or sets a value determining whether or not to use the GDI+ for raster operations emulation.

See Also