IPrintSettingsProvider.PageUnit

IPrintSettingsProvider.PageUnit property

Gets or sets the page unit.

public PrinterUnit PageUnit { get; set; }

Property Value

The page unit.

Exceptions

exceptioncondition
InvalidEnumArgumentExceptionIf passed value is not a PrinterUnit

See Also