Aspose::Words::Saving::MetafileRenderingMode enum

MetafileRenderingMode enum

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

enum class MetafileRenderingMode

Values

NameValueDescription
VectorWithFallback0Aspose.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.
Vector1Aspose.Words renders a metafile as vector graphics.
Bitmap2Aspose.Words invokes GDI+ to render a metafile to a bitmap and then saves the bitmap to the output document.

See Also