EmfCommentRecordType

EmfCommentRecordType class

The comment record types define formats for specifying arbitrary private data, embedding records in other metafile formats, and adding new or special-purpose commands.

public abstract class EmfCommentRecordType : EmfRecord

Properties

NameDescription
virtual CommentIdentifier { get; set; }Gets or sets the comment identifier.
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
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also