Metodo Aspose::Page::UserProperties::GetPropertyFloat
UserProperties::GetPropertyFloat(System::String) method
Ottiene il valore della proprietà float.
virtual float Aspose::Page::UserProperties::GetPropertyFloat(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::GetPropertyFloat(System::String, float) method
Ottiene il valore della proprietà float. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.
virtual float Aspose::Page::UserProperties::GetPropertyFloat(System::String key, float defValue)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | System::String | Il nome della proprietà. |
| defValue | float | Valore predefinito della proprietà. |
ReturnValue
Valore della proprietà.
Vedi anche
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++