MetafileRenderingMode enumeration

MetafileRenderingMode enumeration

Specifies how Aspose.Words should render WMF and EMF metafiles.

Members

NameDescription
VECTOR_WITH_FALLBACKAspose.Words tries to render a metafile as vector graphics. If Aspose.Words cannot correctly render some of the metafile records to vector graphics then Aspose.Words renders this metafile to a bitmap.
VECTORAspose.Words renders a metafile as vector graphics.
BITMAPAspose.Words invokes GDI+ to render a metafile to a bitmap and then saves the bitmap to the output document.

See Also