IPrintSettingsProvider.PageHeight

IPrintSettingsProvider.PageHeight property

Gets or sets the height of the page.

public double PageHeight { get; set; }

Property Value

The height of the page.

Exceptions

exceptioncondition
ArgumentExceptionIf value is less or equal to zero.

See Also