Class LayoutPrinterSettings
Represents the printer settings for a layout.
public class LayoutPrinterSettings
- Inheritance
-
objectLayoutPrinterSettings
Fields
FileExport
If the layout should be printed to a file.
public bool FileExport
Field Value
FileFormat
The file format to export the layout to.
public FileFormats? FileFormat
Field Value
FileName
The file name to export the layout to.
public string? FileName
Field Value
FileOverwrite
If the file should be overwritten if it already exists.
false to append the file name with a number.
public bool? FileOverwrite
Field Value
- bool?
PrintKind
Page Print type
public PrintKind PrintKind
Field Value
- PrintKind