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