Enum EmfFormatSignature
EmfFormatSignature enumeration
The FormatSignature enumeration defines values that are used to identify the format of embedded data in EMF records.
public enum EmfFormatSignature
Values
Name | Value | Description |
---|---|---|
ENHMETA_SIGNATURE | 1179469088 | 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 | 1179865157 | 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. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Consts
- assembly Aspose.Imaging