java.lang.Object
com.aspose.words.EmfPlusDualRenderingMode
public class EmfPlusDualRenderingMode
| Field Summary | ||
|---|---|---|
static final int | EMF_PLUS_WITH_FALLBACK | |
| Aspose.Words tries to render EMF+ part of EMF+ Dual metafile. If some of the EMF+ records are not supported then Aspose.Words renders EMF part of EMF+ Dual metafile. | ||
static final int | EMF_PLUS | |
| Aspose.Words renders EMF+ part of EMF+ Dual metafile. | ||
static final int | EMF | |
| Aspose.Words renders EMF part of EMF+ Dual metafile. | ||
| Field Detail |
|---|
EMF_PLUS_WITH_FALLBACK = 0 | |
public static final int EMF_PLUS_WITH_FALLBACK | |
EMF_PLUS = 1 | |
public static final int EMF_PLUS | |
EMF = 2 | |
public static final int EMF | |