Class XmpTrailerPi

Class XmpTrailerPi

名称: Aspose.Imaging.Xmp 收藏: Aspose.Imaging.dll (25.4.0)

代表XMP拖拉机处理指示。

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

允许的 PI 拖拉机的形式:

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

Remarks

端=“w” 或端=“r” 部分应由包扫描处理器使用,以确定 XMP 是否可在现场修改。

Constructors

XmpTrailerPi(博尔)

启动了 Aspose.Imaging.Xmp.XmpTrailerPi 类的新例子。

public XmpTrailerPi(bool isWritable)

Parameters

isWritable bool

告诉你,拖拉机是可以写的。

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

如果当前对象与 other’ 参数相同,则是真实的;否则是假的。

Equals(对象)

确定所指定的 System.Object 是否相当于此例。

public override bool Equals(object obj)

Parameters

obj object

系统.对象与这个例子进行比较。

Returns

bool

“真实”如果指定的 System.Object 等于此例;否则,“虚假”。

GetHashCode()

返回此例的Hash代码。

public override int GetHashCode()

Returns

int

此例的哈希代码,适合在哈希算法和数据结构中使用,如哈希表。

GetXmlValue()

将 xmp 值转换为 xml 代表性。

public string GetXmlValue()

Returns

string

返回XMP的XML代表性。

 中文