Aspose::Page::UserProperties::GetPropertyMargins metodo
Contenuti
[
Nascondere
]UserProperties::GetPropertyMargins(System::String) method
Ottiene il valore della proprietà margini.
virtual System::SharedPtr<Margins> Aspose::Page::UserProperties::GetPropertyMargins(System::String key)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- Typedef SharedPtr
- Class Margins
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetPropertyMargins(System::String, System::SharedPtr<Margins>) method
Ottiene il valore della proprietà margini. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.
virtual System::SharedPtr<Margins> Aspose::Page::UserProperties::GetPropertyMargins(System::String key, System::SharedPtr<Margins> defValue)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
| defValue | System::SharedPtr<Margins> | Valore predefinito della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- Typedef SharedPtr
- Class Margins
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++