IPrintSettingsProvider.PageWidth

IPrintSettingsProvider.PageWidth property

Gets or sets the width of the page.

public double PageWidth { get; set; }

Property Value

The width of the page.

Exceptions

exceptioncondition
ArgumentExceptionIf value is less or equal to zero.

See Also