Class EmfCommentPublicRecordType
ชื่อพื้นที่: Aspose.Imaging.FileFormats.Emf.Emf.Records การประกอบ: Aspose.Imaging.dll (25.4.0)
ประเภทบันทึก EMR_COMMENT_PUBLIC รายละเอียดการขยายการประมวลผล EMF
public abstract class EmfCommentPublicRecordType : EmfCommentRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfCommentRecordType ← EmfCommentPublicRecordType
Derived
EmfCommentBeginGroup , EmfCommentEndGroup , EmfCommentMultiFormats , EmfCommentWindowsMetaFile
อนุญาโตตุลาการ
EmfCommentRecordType.DataSize , EmfCommentRecordType.CommentIdentifier , EmfRecord.Type , EmfRecord.Size , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfCommentPublicRecordType(EmfRecord)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentPublicRecordType
protected EmfCommentPublicRecordType(EmfRecord source)
Parameters
source
EmfRecord
แหล่ง
EmfCommentPublicRecordType(EmfRecordType)
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfCommentPublicRecordType
protected EmfCommentPublicRecordType(EmfRecordType type)
Parameters
type
EmfRecordType
ประเภทบันทึก
Properties
CommentIdentifier
ได้รับหรือตั้งค่า integer 32 บิตที่ไม่ได้ลงชื่อซึ่งระบุบันทึกความคิดเห็นนี้ในฐานะที่ระบุข้อมูลสาธารณะ ความหมาย 0x43494447 ซึ่งเป็นเส้น ASCII “CIDG” จะระบุนี้เป็นบันทึก EMR_COMMENT_PUBLIC
public override EmfCommentRecordType.CommentIdentifierEnum CommentIdentifier { get; set; }
คุณสมบัติมูลค่า
EmfCommentRecordType . CommentIdentifierEnum
PublicCommentIdentifier
ได้รับหรือตั้งค่า integer 32 บิตที่ไม่ได้ลงชื่อซึ่งระบุประเภทของบันทึกความคิดเห็นสาธารณะ นี้ควรจะเป็นหนึ่งในค่าที่ระบุไว้ในตารางก่อนหน้านี้ซึ่งที่ระบุไว้ในรายการของ EmrComment (ส่วน 2.1.10) นอกเหนือจากกรณีที่สาธารณะเพิ่มเติมประเภทการบันทึกความคิดเห็นถูกนําไปใช้บนเซิร์ฟเวอร์พิมพ์
public EmfEmrComment PublicCommentIdentifier { get; set; }