Aspose::Page::UserProperties::GetPropertyColor metode

UserProperties::GetPropertyColor(System::String) method

Mendapatkan nilai properti warna.

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

ReturnValue

Nilai properti.

Lihat Juga

UserProperties::GetPropertyColor(System::String, System::Drawing::Color) method

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

virtual System::Drawing::Color Aspose::Page::UserProperties::GetPropertyColor(System::String key, System::Drawing::Color defValue)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
defValueSystem::Drawing::ColorNilai default properti.

ReturnValue

Nilai properti.

Lihat Juga