Aspose::Page::UserProperties::GetPropertyDouble μέθοδος
UserProperties::GetPropertyDouble(System::String) method
Λαμβάνει τιμή ιδιότητας double.
virtual double Aspose::Page::UserProperties::GetPropertyDouble(System::String key)
| Parameter | Type | Περιγραφή |
|---|---|---|
| κλειδί | System::String | Το όνομα της ιδιότητας. |
ReturnValue
Τιμή ιδιότητας.
Δείτε επίσης
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetPropertyDouble(System::String, double) method
Λαμβάνει τιμή ιδιότητας double. Εάν η ζητούμενη ιδιότητα λείπει, επιστρέφει την προεπιλεγμένη τιμή που παρέχεται.
virtual double Aspose::Page::UserProperties::GetPropertyDouble(System::String key, double defValue)
| Parameter | Type | Περιγραφή |
|---|---|---|
| κλειδί | System::String | Το όνομα της ιδιότητας. |
| defValue | double | Προεπιλεγμένη τιμή της ιδιότητας. |
ReturnValue
Τιμή ιδιότητας.
Δείτε επίσης
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++