Aspose::Page::UserProperties::GetPropertyStringArray metode

UserProperties::GetPropertyStringArray(System::String) method

Mendapatkan nilai properti array string.

virtual System::ArrayPtr<System::String> Aspose::Page::UserProperties::GetPropertyStringArray(System::String key)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.

ReturnValue

Nilai properti.

Lihat Juga

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

Mendapatkan nilai properti array string. Jika properti yang diminta tidak ada, mengembalikan nilai default yang diberikan.

virtual System::ArrayPtr<System::String> Aspose::Page::UserProperties::GetPropertyStringArray(System::String key, System::ArrayPtr<System::String> defValue)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
defValueSystem::ArrayPtr<System::String>Nilai default properti.

ReturnValue

Nilai properti.

Lihat Juga