Table of Contents

Class LayoutPrinterSettings

Namespace
BpNexT.NET.Models.Layout
Assembly
BpNexT.NET.dll

Represents the printer settings for a layout.

public class LayoutPrinterSettings
Inheritance
object
LayoutPrinterSettings

Fields

FileExport

If the layout should be printed to a file.

public bool FileExport

Field Value

bool

FileFormat

The file format to export the layout to.

public FileFormats? FileFormat

Field Value

FileFormats?

FileName

The file name to export the layout to.

public string? FileName

Field Value

string

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