namespace VirtualPrinter.Agent.Core { public struct PostScriptRenderTiffOptions { public bool Enabled { set; get; } } }