Aspose::Page::UserProperties::GetPropertyStringArray metodo

UserProperties::GetPropertyStringArray(System::String) method

Ottiene il valore della proprietà array di stringhe.

virtual System::ArrayPtr<System::String> Aspose::Page::UserProperties::GetPropertyStringArray(System::String key)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche

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

Ottiene il valore della proprietà array di stringhe. Se la proprietà richiesta è assente, restituisce il valore predefinito fornito.

virtual System::ArrayPtr<System::String> Aspose::Page::UserProperties::GetPropertyStringArray(System::String key, System::ArrayPtr<System::String> defValue)
ParametroTipoDescrizione
chiaveSystem::StringIl nome della proprietà.
defValueSystem::ArrayPtr<System::String>Valore predefinito della proprietà.

ReturnValue

Valore della proprietà.

Vedi anche