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

UserProperties::GetPropertyStringArray(System::String) method

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

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

ReturnValue

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

Δείτε επίσης

UserProperties::GetPropertyStringArray(System::String, System::ArrayPtr<System::String>) method

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

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

ReturnValue

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

Δείτε επίσης