EmfCommentEmfSpool

EmfCommentEmfSpool class

The EMR_COMMENT_EMFSPOOL record contains embedded EMFSPOOL records. Note Fields that are not described in this section are specified in section 2.3.3.

public sealed class EmfCommentEmfSpool : EmfCommentRecordType

Constructors

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

Properties

NameDescription
override CommentIdentifier { get; set; }Gets or sets a 32-bit unsigned integer that identifies this comment record as containing EMFSPOOL records. The value 0x00000000 identifies this as an EMR_COMMENT_EMFSPOOL 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
EmfSpoolRecordIdentifier { get; set; }Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record.
EmfSpoolRecords { get; set; }Gets or sets a variable-length array of bytes that contains one or more EMFSPOOL font definition records ([MS-EMFSPOOL] section 2.2.3.3).
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also