libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
WMF Metafile Escape record types

Macros

#define U_MFE_NEWFRAME   0x0001
 NEWFRAME escape type.
 
#define U_MFE_ABORTDOC   0x0002
 ABORTDOC escape type.
 
#define U_MFE_NEXTBAND   0x0003
 NEXTBAND escape type.
 
#define U_MFE_SETCOLORTABLE   0x0004
 SETCOLORTABLE escape type.
 
#define U_MFE_GETCOLORTABLE   0x0005
 GETCOLORTABLE escape type.
 
#define U_MFE_FLUSHOUT   0x0006
 FLUSHOUT escape type.
 
#define U_MFE_DRAFTMODE   0x0007
 DRAFTMODE escape type.
 
#define U_MFE_QUERYESCSUPPORT   0x0008
 QUERYESCSUPPORT escape type.
 
#define U_MFE_SETABORTPROC   0x0009
 SETABORTPROC escape type.
 
#define U_MFE_STARTDOC   0x000A
 STARTDOC escape type.
 
#define U_MFE_ENDDOC   0x000B
 ENDDOC escape type.
 
#define U_MFE_GETPHYSPAGESIZE   0x000C
 GETPHYSPAGESIZE escape type.
 
#define U_MFE_GETPRINTINGOFFSET   0x000D
 GETPRINTINGOFFSET escape type.
 
#define U_MFE_GETSCALINGFACTOR   0x000E
 GETSCALINGFACTOR escape type.
 
#define U_MFE_META_ESCAPE_ENHANCED_METAFILE   0x000F
 META_ESCAPE_ENHANCED_METAFILE escape type.
 
#define U_MFE_SETPENWIDTH   0x0010
 SETPENWIDTH escape type.
 
#define U_MFE_SETCOPYCOUNT   0x0011
 SETCOPYCOUNT escape type.
 
#define U_MFE_SETPAPERSOURCE   0x0012
 SETPAPERSOURCE escape type.
 
#define U_MFE_PASSTHROUGH   0x0013
 PASSTHROUGH escape type.
 
#define U_MFE_GETTECHNOLOGY   0x0014
 GETTECHNOLOGY escape type.
 
#define U_MFE_SETLINECAP   0x0015
 SETLINECAP escape type.
 
#define U_MFE_SETLINEJOIN   0x0016
 SETLINEJOIN escape type.
 
#define U_MFE_SETMITERLIMIT   0x0017
 SETMITERLIMIT escape type.
 
#define U_MFE_BANDINFO   0x0018
 BANDINFO escape type.
 
#define U_MFE_DRAWPATTERNRECT   0x0019
 DRAWPATTERNRECT escape type.
 
#define U_MFE_GETVECTORPENSIZE   0x001A
 GETVECTORPENSIZE escape type.
 
#define U_MFE_GETVECTORBRUSHSIZE   0x001B
 GETVECTORBRUSHSIZE escape type.
 
#define U_MFE_ENABLEDUPLEX   0x001C
 ENABLEDUPLEX escape type.
 
#define U_MFE_GETSETPAPERBINS   0x001D
 GETSETPAPERBINS escape type.
 
#define U_MFE_GETSETPRINTORIENT   0x001E
 GETSETPRINTORIENT escape type.
 
#define U_MFE_ENUMPAPERBINS   0x001F
 ENUMPAPERBINS escape type.
 
#define U_MFE_SETDIBSCALING   0x0020
 SETDIBSCALING escape type.
 
#define U_MFE_EPSPRINTING   0x0021
 EPSPRINTING escape type.
 
#define U_MFE_ENUMPAPERMETRICS   0x0022
 ENUMPAPERMETRICS escape type.
 
#define U_MFE_GETSETPAPERMETRICS   0x0023
 GETSETPAPERMETRICS escape type.
 
#define U_MFE_POSTSCRIPT_DATA   0x0025
 POSTSCRIPT_DATA escape type.
 
#define U_MFE_POSTSCRIPT_IGNORE   0x0026
 POSTSCRIPT_IGNORE escape type.
 
#define U_MFE_GETDEVICEUNITS   0x002A
 GETDEVICEUNITS escape type.
 
#define U_MFE_GETEXTENDEDTEXTMETRICS   0x0100
 GETEXTENDEDTEXTMETRICS escape type.
 
#define U_MFE_GETPAIRKERNTABLE   0x0102
 GETPAIRKERNTABLE escape type.
 
#define U_MFE_EXTTEXTOUT   0x0200
 EXTTEXTOUT escape type.
 
#define U_MFE_GETFACENAME   0x0201
 GETFACENAME escape type.
 
#define U_MFE_DOWNLOADFACE   0x0202
 DOWNLOADFACE escape type.
 
#define U_MFE_METAFILE_DRIVER   0x0801
 METAFILE_DRIVER escape type.
 
#define U_MFE_QUERYDIBSUPPORT   0x0C01
 QUERYDIBSUPPORT escape type.
 
#define U_MFE_BEGIN_PATH   0x1000
 BEGIN_PATH escape type.
 
#define U_MFE_CLIP_TO_PATH   0x1001
 CLIP_TO_PATH escape type.
 
#define U_MFE_END_PATH   0x1002
 END_PATH escape type.
 
#define U_MFE_OPEN_CHANNEL   0x100E
 OPEN_CHANNEL escape type.
 
#define U_MFE_DOWNLOADHEADER   0x100F
 DOWNLOADHEADER escape type.
 
#define U_MFE_CLOSE_CHANNEL   0x1010
 CLOSE_CHANNEL escape type.
 
#define U_MFE_POSTSCRIPT_PASSTHROUGH   0x1013
 POSTSCRIPT_PASSTHROUGH escape type.
 
#define U_MFE_ENCAPSULATED_POSTSCRIPT   0x1014
 ENCAPSULATED_POSTSCRIPT escape type.
 
#define U_MFE_POSTSCRIPT_IDENTIFY   0x1015
 POSTSCRIPT_IDENTIFY escape type.
 
#define U_MFE_POSTSCRIPT_INJECTION   0x1016
 POSTSCRIPT_INJECTION escape type.
 
#define U_MFE_CHECKJPEGFORMAT   0x1017
 CHECKJPEGFORMAT escape type.
 
#define U_MFE_CHECKPNGFORMAT   0x1018
 CHECKPNGFORMAT escape type.
 
#define U_MFE_GET_PS_FEATURESETTING   0x1019
 GET_PS_FEATURESETTING escape type.
 
#define U_MFE_MXDC_ESCAPE   0x101A
 MXDC_ESCAPE escape type.
 
#define U_MFE_SPCLPASSTHROUGH2   0x11D8
 SPCLPASSTHROUGH2 escape type.
 

Detailed Description

MetaFilesEscape Enumeration WMF manual 2.1.1.17

For U_WMRESCAPE eFunc field