Class EmfComment
The EMR_COMMENT record contains arbitrary private data. Note Fields that are not described in this section are specified in section 2.3.3.
public sealed class EmfComment : EmfCommentRecordType
- Inheritance
-
EmfComment
- Inherited Members
Constructors
EmfComment(EmfRecord)
Initializes a new instance of the EmfComment class.
public EmfComment(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
CommentIdentifier
Gets or sets the comment identifier.
public override EmfCommentRecordType.CommentIdentifierEnum CommentIdentifier { get; set; }
Property Value
- EmfCommentRecordType.CommentIdentifierEnum
The comment identifier.
PrivateData
Gets or sets an optional array of bytes that specifies the private data. The first DWORD of this data MUST NOT be one of the predefined comment identifier values specified in section 2.3.3. Private data is unknown to EMF; it is meaningful only to applications that know the format of the data and how to use it. EMR_COMMENT private data records MAY be ignored.
public byte[] PrivateData { get; set; }
Property Value
- byte[]