Aspose::Page::UserProperties::GetPropertyStringArray 메서드

UserProperties::GetPropertyStringArray(System::String) method

문자열 배열 속성 값을 가져옵니다.

virtual System::ArrayPtr<System::String> Aspose::Page::UserProperties::GetPropertyStringArray(System::String key)
매개변수형식설명
keySystem::String속성의 이름.

ReturnValue

속성 값.

또 보기

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

문자열 배열 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.

virtual System::ArrayPtr<System::String> Aspose::Page::UserProperties::GetPropertyStringArray(System::String key, System::ArrayPtr<System::String> defValue)
매개변수형식설명
keySystem::String속성의 이름.
defValueSystem::ArrayPtr<System::String>속성의 기본값.

ReturnValue

속성 값.

또 보기