Class EmfCommentEmfPlus

Class EmfCommentEmfPlus

Il nome: Aspose.Imaging.FileFormats.Emf.Emf.Records Assemblea: Aspose.Imaging.dll (25.4.0)

Il registro EMR_COMMENT_EMFPLUS contiene registri EMF+ incorporati.Nota I campi che non sono descritti in questa sezione sono specificati nella Sezione 2.3.3.

public sealed class EmfCommentEmfPlus : EmfCommentRecordType

Inheritance

object MetaObject EmfRecord EmfCommentRecordType EmfCommentEmfPlus

I membri ereditari

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)

Inizializza una nuova instanza della classe Aspose.Imaging.FileFormats.Emf.EMF.Records.

public EmfCommentEmfPlus(EmfRecord source)

Parameters

source EmfRecord

La fonte .

Properties

CommentIdentifier

Riceve o imposta un integratore non firmato a 32 bit che identifica questo record di commentiil valore 0x2B464D45, che è la riga ASCII “+FME”,identifica questo come un registro EMR_COMMENT_EMFPLUS.

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

Valore di proprietà

EmfCommentRecordType . CommentIdentifierEnum

EmfPlusRecords

Riceve o imposta una serie di byte che contengono uno o più registri EMF+ ([MS-EMFPLUS] sezione 2.3.1).

public EmfPlusRecord[] EmfPlusRecords { get; set; }

Valore di proprietà

EmfPlusRecord [ ]

 Italiano