Class XmpBoolean
Class XmpBoolean
이름 공간 : Aspose.Imaging.Xmp.Types.Basic 모임: Aspose.Imaging.dll (25.4.0)
XMP Boolean 기본 유형을 나타냅니다.
[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpBoolean : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpBoolean
Implements
상속 회원들
XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XmpBoolean(바울)
Aspose.Imaging.Xmp.Types.Basic.XmpBoolean 클래스의 새로운 예를 시작합니다.
public XmpBoolean(bool value)
Parameters
value
bool
허용된 값은 진짜 또는 거짓입니다.
XmpBoolean()
기본 값을 가진 Aspose.Imaging.Xmp.Types.Basic.XmpBoolean 클래스의 새로운 예를 시작합니다.
[JsonConstructor]
public XmpBoolean()
XmpBoolean(스트리트)
Aspose.Imaging.Xmp.Types.Basic.XmpBoolean 클래스의 새로운 예를 시작합니다.
public XmpBoolean(string value)
Parameters
value
string
그 가치가 있다.
Exceptions
가치
무효 링 값; 값
Properties
Value
이 Aspose.Imaging.Xmp.Types.Basic.XmpBoolean 가치가 있는지 여부를 나타내는 값을 얻거나 설정합니다.
[JsonProperty]
public bool Value { get; set; }
부동산 가치
Methods
GetXmpRepresentation()
XMP 형식으로 포함된 값을 반환합니다.
public override string GetXmpRepresentation()
Returns
xmp 프레젠테이션을 포함하는 스트립을 반환합니다.