public final class WmfRenderMode
extends com.aspose.ms.System.Enum
The render mode enumeration.
Modifier and Type | Field and Description |
---|---|
static int |
Auto
The auto render.
|
static int |
Both
The render both in order.
|
static int |
EmbeddedEmfOnly
The render embedded emf only.
|
static int |
WmfRecordsOnly
The render wmf records only without ebedded emf.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int WmfRecordsOnly
The render wmf records only without ebedded emf.
public static final int EmbeddedEmfOnly
The render embedded emf only.
public static final int Both
The render both in order.
public static final int Auto
The auto render. If exists embedded emf, then render emf else render wmf.