Custom print dialog.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Wino.Core.Domain.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Print orientation options.
|
||||
/// </summary>
|
||||
public enum PrintOrientation
|
||||
{
|
||||
/// <summary>
|
||||
/// Portrait orientation (default).
|
||||
/// </summary>
|
||||
Portrait = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Landscape orientation.
|
||||
/// </summary>
|
||||
Landscape = 1
|
||||
}
|
||||
Reference in New Issue
Block a user