GetPrintMode

This method returns an enumerated value that indicates the PrintMode of the connection. The enum data type ECLPrinterSettings::PrintMode is defined in ECLPRSET.HPP.

PrintMode can be one of the following:
  • PrtToDskAppend (Print to Disk-Append mode)

    This is equivalent to selecting the Append option in the host session Printer Setup → Printer → Print to Disk dialog.

  • PrtToDskSeparate (Print to Disk-Separate mode)

    This is equivalent to selecting the Separate option in the host session Printer Setup → Printer → Print to Disk dialog.

  • WinDefaultPrinter (Windows Default Printer mode)

    This is equivalent to selecting the Use Windows Default Printer option in the host session Printer Setup dialog.

  • SpecificPrinter (Specific Printer mode)

    This is equivalent to selecting a printer in the host session Printer Setup dialog, while leaving Use Windows Default Printer unchecked.