Metode Aspose::Page::UserProperties::GetPropertySize

UserProperties::GetPropertySize(System::String) method

Mendapatkan nilai properti ukuran.

virtual System::Drawing::Size Aspose::Page::UserProperties::GetPropertySize(System::String key)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.

ReturnValue

Nilai properti.

Lihat Juga

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

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

virtual System::Drawing::Size Aspose::Page::UserProperties::GetPropertySize(System::String key, System::Drawing::Size defValue)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
defValueSystem::Drawing::SizeNilai default properti.

ReturnValue

Nilai properti.

Lihat Juga