8 lines
No EOL
186 B
C#
8 lines
No EOL
186 B
C#
namespace VirtualPrinter.Agent.Core
|
|
{
|
|
public struct PostScriptRenderPdfOptions
|
|
{
|
|
public bool Enabled { set; get; }
|
|
public bool Archivable { get; set; }
|
|
}
|
|
} |