IPrintSettingsProvider.MarginRight

IPrintSettingsProvider.MarginRight property

Gets or sets the right margin.

public double MarginRight { get; set; }

Property Value

The right margin.

Exceptions

exceptioncondition
ArgumentExceptionIf value is less than zero.

See Also