public class MetafileRenderingMode
Field Summary | ||
---|---|---|
static final int | 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.
|
||
static final int | VECTOR | |
Aspose.Words renders a metafile as vector graphics.
|
||
static final int | BITMAP | |
Aspose.Words invokes GDI+ to render a metafile to a bitmap and then saves the bitmap to the output document.
|
public static final int VECTOR_WITH_FALLBACK
public static final int VECTOR
public static final int BITMAP