when I use QuickRepot of Delphi, I can change printer tray type like this,
QuickRep1.PrinterSettings.OutputBin := Auto;
QuickRep1.PrinterSettings.OutputBin := Upper;
but in lazarus how can I change the printer tray in code?
I found "DJP_TRY_MANUAL" or "DJP_TRY_UPPER" in "pmdev",
but I don't know how to use it, or if it is right things..
please give me any idea...