Aspose::Page::UserProperties::GetPropertyMatrix メソッド
UserProperties::GetPropertyMatrix(System::String) method
matrix プロパティの値を取得します。
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
ReturnValue
プロパティの値。
参照
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetPropertyMatrix(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
matrix プロパティの値を取得します。要求されたプロパティが存在しない場合、指定されたデフォルト値を返します。
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> defValue)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| defValue | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | プロパティのデフォルト値。 |
ReturnValue
プロパティの値。
参照
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++