Aspose::Page::UserProperties::GetPropertyColor メソッド

UserProperties::GetPropertyColor(System::String) method

色プロパティの値を取得します。

virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key)
パラメーター説明
キーSystem::Stringプロパティの名前。

ReturnValue

プロパティの値。

参照

UserProperties::GetPropertyColor(System::String, System::Drawing::Color) method

色プロパティの値を取得します。要求されたプロパティが存在しない場合、指定されたデフォルト値を返します。

virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key, System::Drawing::Color defValue)
パラメーター説明
キーSystem::Stringプロパティの名前。
defValueSystem::Drawing::Colorプロパティのデフォルト値。

ReturnValue

プロパティの値。

参照