Aspose::Page::UserProperties::GetPropertyMargins method

UserProperties::GetPropertyMargins(System::String) method

Gets margins property value.

virtual System::SharedPtr<Margins> Aspose::Page::UserProperties::GetPropertyMargins(System::String key)
ParameterTypeDescription
keySystem::StringThe name of property.

ReturnValue

Property value.

See Also

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

Gets margins property value. If requested property is absent, returns provided default value.

virtual System::SharedPtr<Margins> Aspose::Page::UserProperties::GetPropertyMargins(System::String key, System::SharedPtr<Margins> defValue)
ParameterTypeDescription
keySystem::StringThe name of property.
defValueSystem::SharedPtr<Margins>Default value of property.

ReturnValue

Property value.

See Also