PdfPrintPaperSourceTrayInfo Property Terminal Works - PDF Printing.Net Library
List of paper source tray names and supported page sizes for that tray. It must be manully set. It is used in combination when PageAutoSize doesn't work on its own. It is ignored if PageAutoSize = false.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public Dictionary<PaperSource, List<PaperSize>> PaperSourceTrayInfo { get; set; }

Property Value

Type: DictionaryPaperSource, ListPaperSize
See Also

Reference