Aspose::Page::UserProperties::GetPropertyInt μέθοδος

UserProperties::GetPropertyInt(System::String) method

Λαμβάνει τιμή ιδιότητας integer.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key)
ParameterTypeΠεριγραφή
κλειδίSystem::StringΤο όνομα της ιδιότητας.

ReturnValue

Τιμή ιδιότητας.

Δείτε επίσης

UserProperties::GetPropertyInt(System::String, int32_t) method

Λαμβάνει τιμή ιδιότητας integer. Εάν η ζητούμενη ιδιότητα λείπει, επιστρέφει την προεπιλεγμένη τιμή που παρέχεται.

virtual int32_t Aspose::Page::UserProperties::GetPropertyInt(System::String key, int32_t defValue)
ParameterTypeΠεριγραφή
κλειδίSystem::StringΤο όνομα της ιδιότητας.
defValueint32_tΠροεπιλεγμένη τιμή της ιδιότητας.

ReturnValue

Τιμή ιδιότητας.

Δείτε επίσης