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