Table of Contents

Class EmfCommentEmfSpool

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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
Inheritance
EmfCommentEmfSpool
Inherited Members

Constructors

EmfCommentEmfSpool()

Initializes a new instance of the EmfCommentEmfSpool class.

public EmfCommentEmfSpool()

EmfCommentEmfSpool(EmfRecord)

Initializes a new instance of the EmfCommentEmfSpool class.

public EmfCommentEmfSpool(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

CommentIdentifier

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.

public override EmfCommentRecordType.CommentIdentifierEnum CommentIdentifier { get; set; }

Property Value

EmfCommentRecordType.CommentIdentifierEnum

EmfSpoolRecordIdentifier

Gets or sets a 32-bit unsigned integer that identifies the type of EMR_COMMENT_EMFSPOOL record.

public EmfCommentEmfSpool.EmfSpoolRecordIdentifierEnum EmfSpoolRecordIdentifier { get; set; }

Property Value

EmfCommentEmfSpool.EmfSpoolRecordIdentifierEnum

EmfSpoolRecords

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).

public EmfSpoolFontDefinitionRecordType[] EmfSpoolRecords { get; set; }

Property Value

EmfSpoolFontDefinitionRecordType[]