Aspose::Page::UserProperties::GetPropertyColor メソッド
UserProperties::GetPropertyColor(System::String) method
色プロパティの値を取得します。
virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
ReturnValue
プロパティの値。
参照
- Class Color
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
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 | プロパティの名前。 |
| defValue | System::Drawing::Color | プロパティのデフォルト値。 |
ReturnValue
プロパティの値。
参照
- Class Color
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++