Metodo Aspose::Page::UserProperties::GetPropertyMatrix

UserProperties::GetPropertyMatrix(System::String) method

Ottiene il valore della proprietà matrice.

virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche

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

Ottiene il valore della proprietà matrice. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.

virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> defValue)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
defValueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>Valore predefinito della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche