Метод 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

Значение свойства.

См. также

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Имя свойства.
defValueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Значение свойства по умолчанию.

ReturnValue

Значение свойства.

См. также