Class EmfCommentEmfPlus
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
- Inheritance
-
EmfCommentEmfPlus
- Inherited Members
Constructors
EmfCommentEmfPlus(EmfRecord)
Initializes a new instance of the EmfCommentEmfPlus class.
public EmfCommentEmfPlus(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
CommentIdentifier
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.
public override EmfCommentRecordType.CommentIdentifierEnum CommentIdentifier { get; set; }
Property Value
EmfPlusRecords
Gets or sets an array of bytes that contains one or more EMF+ records ([MS-EMFPLUS] section 2.3.1).
public EmfPlusRecord[] EmfPlusRecords { get; set; }