IPrintSettingsProviderPageUnit Property

Gets or sets the page unit.

Namespace:  Aspose.Email.Printing
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
PrinterUnit PageUnit { get; set; }

Property Value

Type: PrinterUnit
The page unit.
Exceptions
ExceptionCondition
InvalidEnumArgumentExceptionIf passed value is not a PrinterUnit
See Also