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

IXmpType , ICloneable

相続人

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

Boolean 値: 許可された値は真実または偽物です。

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

ArgumentNullException

価値

ArgumentException

無効のストレッチ値; 価値

Properties

Value

この Aspose.Imaging.Xmp.Types.Basic.XmpBoolean が値であるかどうかを示す値を取得または設定します。

[JsonProperty]
public bool Value { get; set; }

不動産価値

bool

Methods

GetXmpRepresentation()

XMP フォーマットに含まれる値を返します。

public override string GetXmpRepresentation()

Returns

string

xmp プレゼンテーションを含むストレッチを返します。

 日本語