8 lines
No EOL
198 B
C#
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; }
|
|
}
|
|
} |