EmfEmrComment Enumeration

The EmrComment enumeration defines the types of data that a public comment record can
contain, as specified in section 2.3.3.4.

Module: aspose.imaging.fileformats.emf.emf.consts

Full Name: aspose.imaging.fileformats.emf.emf.consts.EmfEmrComment

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
EMR_COMMENT_BEGINGROUPThis comment record identifies the beginning of a group of drawing records. It identifies an object within an EMF metafile
EMR_COMMENT_ENDGROUPThis comment record identifies the end of a group of drawing records. For every EMR_COMMENT_BEGINGROUP
record, an EMR_COMMENT_ENDGROUP record MUST be included in the metafile, and they MAY be nested.
EMR_COMMENT_MULTIFORMATSThis comment record allows multiple definitions of an image to be included in the metafile.
Using this comment, for example, an application can include encapsulated PostScript text as well as an EMF definition of an image.
EMR_COMMENT_UNICODE_ENDThis comment record is reserved and MUST NOT be used in an EMF metafile
EMR_COMMENT_UNICODE_STRINGThis comment record is reserved and MUST NOT be used in an EMF metafile
EMR_COMMENT_WINDOWS_METAFILEThis comment record contains a specification of an image in WMF. See [MS-WMF] for more information