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

UserProperties::GetPropertySize(System::String) method

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

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

ReturnValue

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

Δείτε επίσης

UserProperties::GetPropertySize(System::String, System::Drawing::Size) method

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

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

ReturnValue

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

Δείτε επίσης