Aspose::Page::UserProperties::GetPropertyInt metodo
UserProperties::GetPropertyInt(System::String) method
Ottiene il valore della proprietà intera.
virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetPropertyInt(System::String, int32_t) method
Ottiene il valore della proprietà intera. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.
virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
| defValue | int32_t | Valore predefinito della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++