Aspose::Page::UserProperties::GetPropertyMargins метод

UserProperties::GetPropertyMargins(System::String) method

Получает значение свойства отступов.

virtual System::SharedPtr<Margins> Aspose::Page::UserProperties::GetPropertyMargins(System::String key)
ПараметрТипОписание
ключSystem::StringИмя свойства.

ReturnValue

Значение свойства.

См. также

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

Получает значение свойства отступов. Если запрашиваемое свойство отсутствует, возвращает указанное значение по умолчанию.

virtual System::SharedPtr<Margins> Aspose::Page::UserProperties::GetPropertyMargins(System::String key, System::SharedPtr<Margins> defValue)
ПараметрТипОписание
ключSystem::StringИмя свойства.
defValueSystem::SharedPtr<Margins>Значение свойства по умолчанию.

ReturnValue

Значение свойства.

См. также