EmfRenderMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfRenderMode extends System.Enum
The emf render mode
Fields
Field | Description |
---|---|
Auto | The automatic mode |
EmfOnly | The EMF only mode, rendering only emf records |
EmfPlusOnly | The EMF plus only mode, rendering only emf plus records |
Dual | The dual mode, rendering emf records and emf plus records |
Auto
public static final int Auto
The automatic mode
EmfOnly
public static final int EmfOnly
The EMF only mode, rendering only emf records
EmfPlusOnly
public static final int EmfPlusOnly
The EMF plus only mode, rendering only emf plus records
Dual
public static final int Dual
The dual mode, rendering emf records and emf plus records