Class EmfCommentEmfPlus

Class EmfCommentEmfPlus

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Emf.Emf.Records Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Rekord EMR_COMMENT_EMFPLUS zawiera wbudowane rekordy EMF+.Uwaga Pole, które nie są opisane w niniejszej sekcji, są określone w punkcie 2.3.3.

public sealed class EmfCommentEmfPlus : EmfCommentRecordType

Inheritance

object MetaObject EmfRecord EmfCommentRecordType EmfCommentEmfPlus

Dziedziczeni członkowie

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)

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Emf.EMF.Records.

public EmfCommentEmfPlus(EmfRecord source)

Parameters

source EmfRecord

i źródła .

Properties

CommentIdentifier

otrzymuje lub ustawia 32-bitowy niepodany integralnik, który identyfikuje ten rekord komentarzawartość 0x2B464D45, która jest łańcuchem ASCII „+FME”,identyfikuje to jako rekord EMR_COMMENT_EMFPLUS.

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

Wartość nieruchomości

EmfCommentRecordType . CommentIdentifierEnum

EmfPlusRecords

otrzymuje lub ustawia szereg bajtów zawierających jeden lub więcej rekordów EMF+ ([MS-EMFPLUS] sekcja 2.3.1).

public EmfPlusRecord[] EmfPlusRecords { get; set; }

Wartość nieruchomości

EmfPlusRecord [ ]

 Polski