EmfCommentEmfPlus

EmfCommentEmfPlus class

The EMR_COMMENT_EMFPLUS record contains embedded EMF+ records. Note Fields that are not described in this section are specified in section 2.3.3.

public sealed class EmfCommentEmfPlus : EmfCommentRecordType

Constructors

NameDescription
EmfCommentEmfPlus(EmfRecord)Initializes a new instance of the EmfCommentEmfPlus class.

Properties

NameDescription
override CommentIdentifier { get; set; }Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMF+ records. The value 0x2B464D45, which is the ASCII string “+FME”, identifies this as an EMR_COMMENT_EMFPLUS record.
DataSize { get; set; }Gets or sets a 32-bit unsigned integer that specifies the size, in bytes, of the CommentIdentifier and CommentRecordParm fields in the RecordBuffer field that follows. It MUST NOT include the size of itself or the size of the AlignmentPadding field, if present
EmfPlusRecords { get; set; }Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1).
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also