EmfFormatSignature

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfFormatSignature extends System.Enum

The FormatSignature enumeration defines values that are used to identify the format of embedded data in EMF records.

Fields

FieldDescription
ENHMETA_SIGNATUREThe value of this member is the sequence of ASCII characters “FME “, which happens to be the reverse of the string “EMF”, and it denotes EMF record data.
EPS_SIGNATUREThe value of this member is the sequence of ASCII characters “FSPE”, which happens to be the reverse of the string “EPSF”, and it denotes encapsulated PostScript (EPS) format data.

ENHMETA_SIGNATURE

public static final int ENHMETA_SIGNATURE

The value of this member is the sequence of ASCII characters “FME “, which happens to be the reverse of the string “EMF”, and it denotes EMF record data. Note The space character in the string is significant and MUST be present.

EPS_SIGNATURE

public static final int EPS_SIGNATURE

The value of this member is the sequence of ASCII characters “FSPE”, which happens to be the reverse of the string “EPSF”, and it denotes encapsulated PostScript (EPS) format data.