Class OutputSettingsPrinterDTO

java.lang.Object
de.aeb.xnsg.docservice.bf.OutputSettingsPrinterDTO

public class OutputSettingsPrinterDTO extends Object
The output settings contain information of a document in the current output owner context (e.g. printer name and printer type)
  • Field Details

    • printerName

      public String printerName
      Printer name as defined in the operating system.
      Printers provided by a cloud printing server end with the server name separated by the unicode character ☁ (cloud symbol)
    • printerType

      public String printerType
      Optional printer type/model identifier.
      If provided, the value must conform to that of PrinterRawPrintOptionsDTO.printerModelString upon printing.
  • Constructor Details

    • OutputSettingsPrinterDTO

      public OutputSettingsPrinterDTO()