Aspose::Page::UserProperties::GetPropertyMatrix yöntemi.

UserProperties::GetPropertyMatrix(System::String) method

Matris özelliği değerini alır.

virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.

ReturnValue

Özellik değeri.

Ayrıca Bakınız

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

Matris özelliği değerini alır. İstenen özellik yoksa, verilen varsayılan değeri döndürür.

virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> defValue)
ParameterTypeAçıklama
anahtarSystem::StringÖzelliğin adı.
defValueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Özelliğin varsayılan değeri.

ReturnValue

Özellik değeri.

Ayrıca Bakınız