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"에 해당되는 글 1건

Remarks

end=“w” 또는 end=“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

시스템.Object 이 경우와 비교할 수 있습니다.

Returns

bool

‘진실’이 지정된 System.Object이 이 경우와 동일한 경우; 그렇지 않으면 ‘거짓’입니다.

GetHashCode()

이 경우 해시 코드를 반환합니다.

public override int GetHashCode()

Returns

int

이 예제에 대한 해시 코드, 해시 테이블과 같은 해시 알고리즘 및 데이터 구조에서 사용하기에 적합합니다.

GetXmlValue()

xmp 값을 xml 표현으로 변환합니다.

public string GetXmlValue()

Returns

string

XMP의 XML 표현을 반환합니다.

 한국어