Метод Aspose::Page::UserProperties::GetPropertyMatrix
UserProperties::GetPropertyMatrix(System::String) method
Получает значение свойства матрицы.
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
Получает значение свойства матрицы. Если запрашиваемое свойство отсутствует, возвращает указанное значение по умолчанию.
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++