Specifies the paper tray from which the printer gets paper.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PaperSource PrintPaperSource { get; set; }
Public Property PrintPaperSource As PaperSource Get Set
public: property PaperSource^ PrintPaperSource { PaperSource^ get (); void set (PaperSource^ value); }
member PrintPaperSource : PaperSource with get, set