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

プロパティの値。

参照

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プロパティの名前。
defValueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>プロパティのデフォルト値。

ReturnValue

プロパティの値。

参照