Aspose::Page::UserProperties::GetPropertyMatrix 方法

UserProperties::GetPropertyMatrix(System::String) method

获取矩阵属性值。

virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
ParameterType描述
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)
ParameterType描述
System::String属性的名称。
defValueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>属性的默认值。

ReturnValue

属性值。

另见