Class XmpBoolean

XmpBoolean class

XMP Boolean 基本タイプを表します。

public sealed class XmpBoolean : XmpTypeBase

コンストラクター

名前説明
XmpBoolean()の新しいインスタンスを初期化しますXmpBooleanデフォルト値を持つクラス.
XmpBoolean(bool)の新しいインスタンスを初期化しますXmpBooleanブール値に基づくクラス.
XmpBoolean(string)の新しいインスタンスを初期化しますXmpBooleanclass.

プロパティ

名前説明
Value { get; set; }これがXmpBoolean値です。

メソッド

名前説明
override GetXmpRepresentation()文字列に含まれる値を XMP 形式で返します。

関連項目