Class XmpTrailerPi

Class XmpTrailerPi

ชื่อพื้นที่: Aspose.Imaging.Xmp การประกอบ: Aspose.Imaging.dll (25.4.0)

แสดงคําแนะนําการประมวลผลของ XMP Trailer

public sealed class XmpTrailerPi : IXmlValue, IEquatable<xmptrailerpi>

Inheritance

object XmpTrailerPi

Implements

IXmlValue , IEquatable

อนุญาโตตุลาการ

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Examples

รูปแบบที่ได้รับอนุญาตของ Trailer PI:

xpacket end=“w”? xpacket end=“r”?

Remarks

ส่วน end=“w” หรือ end=“r” จะถูกใช้โดยตัวประมวลผลสแกนแพคเกจเพื่อตรวจสอบว่า XMPสามารถเปลี่ยนแปลงได้ในสถานที่

Constructors

XmpTrailerPi(บอล)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Imaging.Xmp.XmpTrailerPi

public XmpTrailerPi(bool isWritable)

Parameters

isWritable bool

แสดงให้เห็นว่า Trailer สามารถเขียนได้หรือไม่

XmpTrailerPi()

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Imaging.Xmp.XmpTrailerPi

public XmpTrailerPi()

Properties

IsWritable

ได้รับหรือตั้งค่าค่าแสดงให้เห็นว่าตัวอย่างนี้สามารถเขียนได้หรือไม่

public bool IsWritable { get; set; }

คุณสมบัติมูลค่า

bool

Methods

Equals(XmpTrailerPi)

แสดงให้เห็นว่าวัตถุปัจจุบันเท่ากับวัตถุอื่น ๆ ของประเภทเดียวกันหรือไม่

public bool Equals(XmpTrailerPi other)

Parameters

other XmpTrailerPi

เป็นวัตถุที่เปรียบเทียบกับวัตถุนี้

Returns

bool

จริงถ้าวัตถุปัจจุบันเท่ากับพารามิเตอร์ อื่น ๆ; ในทางอื่น ๆ, จริง.

Equals(วัตถุ)

กําหนดว่า System.Object ที่ระบุเท่ากับตัวอย่างนี้หรือไม่

public override bool Equals(object obj)

Parameters

obj object

ระบบ.วัตถุในการเปรียบเทียบกับตัวอย่างนี้

Returns

bool

‘จริง’ ถ้า System.Object ที่ระบุเท่ากับตัวอย่างนี้; ในทางอื่น ๆ, ‘ผิดพลาด’.

GetHashCode()

กลับรหัส hash สําหรับตัวอย่างนี้

public override int GetHashCode()

Returns

int

รหัส hash สําหรับตัวอย่างนี้เหมาะสําหรับการใช้งานในอัลกอริทึม hashing และโครงสร้างข้อมูลเช่นตาราง hash

GetXmlValue()

แปลงค่า xmp ไปยังการแสดงผล xml

public string GetXmlValue()

Returns

string

กลับการแสดงผล XML ของ XMP

 แบบไทย