IPrintSettingsProvider.MarginBottom

IPrintSettingsProvider.MarginBottom property

Gets or sets the bottom margin.

public double MarginBottom { get; set; }

Property Value

The bottom margin.

Exceptions

exceptioncondition
ArgumentExceptionIf value is less than zero.

See Also