MetafileRenderingMode enumeration
MetafileRenderingMode enumeration
Specifies how Aspose.Words should render WMF and EMF metafiles.
Members
| Name | Description |
|---|---|
| VECTOR_WITH_FALLBACK | Aspose.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. |
| VECTOR | Aspose.Words renders a metafile as vector graphics. |
| BITMAP | Aspose.Words invokes GDI+ to render a metafile to a bitmap and then saves the bitmap to the output document. |
See Also
- module aspose.words.saving