Class EmfCommentEmfPlus

Class EmfCommentEmfPlus

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

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

objectMetaObjectEmfRecordEmfCommentRecordTypeEmfCommentEmfPlus

Inherited Members

EmfCommentRecordType.DataSize, EmfCommentRecordType.CommentIdentifier, EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfCommentEmfPlus(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentEmfPlus class.

public EmfCommentEmfPlus(EmfRecord source)

Parameters

source EmfRecord

The 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

EmfCommentRecordType.CommentIdentifierEnum

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; }

Property Value

EmfPlusRecord[]