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

FieldDescription
AutoThe automatic mode
EmfOnlyThe EMF only mode, rendering only emf records
EmfPlusOnlyThe EMF plus only mode, rendering only emf plus records
DualThe 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