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