Aspose::Page::UserProperties::IsProperty metode

UserProperties::IsProperty(System::String) method

Mendapatkan nilai properti boolean.

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.

ReturnValue

Nilai properti.

Lihat Juga

UserProperties::IsProperty(System::String, bool) method

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

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key, bool defValue)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
defValueboolNilai default properti.

ReturnValue

Nilai properti.

Lihat Juga