Class EmfCommentRecordType
ชื่อพื้นที่: Aspose.Imaging.FileFormats.Emf.Emf.Records การประกอบ: Aspose.Imaging.dll (25.4.0)
ประเภทการบันทึกความคิดเห็นกําหนดรูปแบบเพื่อระบุข้อมูลส่วนบุคคลที่ตั้งค่าบันทึกในรูปแบบโลหะอื่น ๆ และเพิ่มคําสั่งใหม่หรือพิเศษ
public abstract class EmfCommentRecordType : EmfRecord
Inheritance
object ← MetaObject ← EmfRecord ← EmfCommentRecordType
Derived
EmfComment , EmfCommentEmfPlus , EmfCommentEmfSpool , EmfCommentPublicRecordType
อนุญาโตตุลาการ
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)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentRecordType
protected EmfCommentRecordType(EmfRecord source)
Parameters
source
EmfRecord
แหล่ง
EmfCommentRecordType(EmfRecordType)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentRecordType
protected EmfCommentRecordType(EmfRecordType type)
Parameters
type
EmfRecordType
ประเภทบันทึก
Properties
CommentIdentifier
รับหรือตั้งค่าตัวระบุความคิดเห็น
public virtual EmfCommentRecordType.CommentIdentifierEnum CommentIdentifier { get; set; }
คุณสมบัติมูลค่า
EmfCommentRecordType . CommentIdentifierEnum
DataSize
ได้รับหรือตั้งค่า 32 บิตแบบไม่มีสัญญาณซึ่งระบุขนาดในไบต์ของCommentIdentifier และ CommentRecordParm fields in the RecordBuffer field thatต่อไป. มันไม่ควรรวมขนาดของตัวเองหรือขนาดของแถบ Alignment, ถ้าแนะนํา
public int DataSize { get; set; }