java.lang.Objectcom.aspose.words.MetafileRenderingMode
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. |
Field Detail |
---|
VECTOR_WITH_FALLBACK = 0 | |
public static final int VECTOR_WITH_FALLBACK |
VECTOR = 1 | |
public static final int VECTOR |
BITMAP = 2 | |
public static final int BITMAP |