Custom print dialog.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
namespace Wino.Core.Domain.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Print collation options.
|
||||
/// </summary>
|
||||
public enum PrintCollation
|
||||
{
|
||||
/// <summary>
|
||||
/// Default collation.
|
||||
/// </summary>
|
||||
Default = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Collated printing.
|
||||
/// </summary>
|
||||
Collated = 1,
|
||||
|
||||
/// <summary>
|
||||
/// Uncollated printing.
|
||||
/// </summary>
|
||||
Uncollated = 2
|
||||
}
|
||||
Reference in New Issue
Block a user