Class XmpHeaderPi
Class XmpHeaderPi
名称: Aspose.Imaging.Xmp 收藏: Aspose.Imaging.dll (25.4.0)
代表XMP头处理指示。
public sealed class XmpHeaderPi : IXmlValue, IEquatable<xmpheaderpi>
Inheritance
Implements
继承人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
xpacket begin="" id=“W5M0MpCehiHzreSzNTczkc9d”?
Constructors
XmpHeaderPi()
启动 Aspose.Imaging.Xmp.XmpHeaderPi 类的新例子。
public XmpHeaderPi()
XmpHeaderPi(线条)
启动 Aspose.Imaging.Xmp.XmpHeaderPi 类的新例子。
public XmpHeaderPi(string guid)
Parameters
guid
string
是独一无二的识别。
Properties
Guid
主持人指南。
public string Guid { get; set; }
财产价值
Remarks
PI 标题的文本包含一个 GUID,使其不可能在数据流中偶然出现。
Methods
Equals(XmpHeaderPi)
指示当前对象是否与同类对象的其他对象相等。
public bool Equals(XmpHeaderPi other)
Parameters
other
XmpHeaderPi
一个对象与这个对象相比。
Returns
如果当前对象与 other’ 参数相同,则是真实的;否则是假的。
Equals(对象)
确定所指定的 System.Object 是否相当于此例。
public override bool Equals(object obj)
Parameters
obj
object
系统.对象与这个例子进行比较。
Returns
“真实”如果指定的 System.Object 等于此例;否则,“虚假”。
GetHashCode()
返回此例的Hash代码。
public override int GetHashCode()
Returns
此例的哈希代码,适合在哈希算法和数据结构中使用,如哈希表。
GetXmlValue()
将 XMP 值转换为 XML 代表性。
public string GetXmlValue()
Returns
返回转换为 XML 表示的 XMP 值。