AmagnoVirtualPrinter/Common/AmagnoVirtualPrinter.Agent.Core/Model/PostScriptRenderPdfOptions.cs
2021-01-22 10:55:33 +01:00

8 lines
No EOL
198 B
C#

namespace AmagnoVirtualPrinter.Agent.Core.Model
{
public struct PostScriptRenderPdfOptions
{
public bool Enabled { set; get; }
public bool Archivable { get; set; }
}
}