9 lines
No EOL
295 B
C#
9 lines
No EOL
295 B
C#
namespace AmagnoVirtualPrinter.Agent.Core.Model
|
|
{
|
|
public struct PostScriptRenderOptions
|
|
{
|
|
public double? UserRenderDpi { get; set; }
|
|
public PostScriptRenderPdfOptions PdfOptions { get; set; }
|
|
public PostScriptRenderTiffOptions TiffOptions { get; set; }
|
|
}
|
|
} |