Aspose::Page::UserProperties::GetPropertyMargins metode

UserProperties::GetPropertyMargins(System::String) method

Mendapatkan nilai properti margin.

virtual System::SharedPtr<Margins> Aspose::Page::UserProperties::GetPropertyMargins(System::String key)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.

ReturnValue

Nilai properti.

Lihat Juga

UserProperties::GetPropertyMargins(System::String, System::SharedPtr<Margins>) method

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

virtual System::SharedPtr<Margins> Aspose::Page::UserProperties::GetPropertyMargins(System::String key, System::SharedPtr<Margins> defValue)
ParameterTipeDeskripsi
kunciSystem::StringNama properti.
defValueSystem::SharedPtr<Margins>Nilai default properti.

ReturnValue

Nilai properti.

Lihat Juga