7 lines
No EOL
154 B
C#
7 lines
No EOL
154 B
C#
namespace AmagnoVirtualPrinter.Agent.Core.Model
|
|
{
|
|
public struct PostScriptRenderTiffOptions
|
|
{
|
|
public bool Enabled { set; get; }
|
|
}
|
|
} |