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