Aspose::Page::UserProperties::GetPropertyMatrix method

UserProperties::GetPropertyMatrix(System::String) method

Gets matrix property value.

virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
ParameterTypeDescription
keySystem::StringThe name of property.

ReturnValue

Property value.

See Also

UserProperties::GetPropertyMatrix(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method

Gets matrix property value. If requested property is absent, returns provided default value.

virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Default value of property.

ReturnValue

Property value.

See Also