Class EmfCommentRecordType

Class EmfCommentRecordType

Nama dari : Aspose.Imaging.FileFormats.Emf.Emf.Records Pengumpulan: Aspose.Imaging.dll (25.4.0)

Jenis catatan komentar mendefinisikan format untuk menentukan data pribadi arbitrari, mengintegrasikan catatandalam format metafil lainnya, dan menambahkan perintah baru atau khusus.

public abstract class EmfCommentRecordType : EmfRecord

Inheritance

object MetaObject EmfRecord EmfCommentRecordType

Derived

EmfComment , EmfCommentEmfPlus , EmfCommentEmfSpool , EmfCommentPublicRecordType

anggota yang diwarisi

EmfRecord.Type , EmfRecord.Size , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfCommentRecordType(EmfRecord)

Initifikasi contoh baru dari Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentRecordType kelas.

protected EmfCommentRecordType(EmfRecord source)

Parameters

source EmfRecord

dan sumbernya.

EmfCommentRecordType(EmfRecordType)

Initifikasi contoh baru dari Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentRecordType kelas.

protected EmfCommentRecordType(EmfRecordType type)

Parameters

type EmfRecordType

Jenis rekaman tersebut.

Properties

CommentIdentifier

Dapatkan atau menetapkan pengidentifikasi komentar.

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

Nilai Properti

EmfCommentRecordType . CommentIdentifierEnum

DataSize

Dapatkan atau menetapkan 32-bit non-signed integer yang menentukan ukuran, dalam byte, dariCommentIdentifier dan CommentRecordParm bidang di bidang RecordBuffer yangIni tidak harus mencakup ukuran itu sendiri atau ukuran medan AlignmentPadding, jikahadir

public int DataSize { get; set; }

Nilai Properti

int

 Indonesia