Gets the paper source trays that are available on the printer.

Namespace: Spire.Pdf.Print
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PaperSource[] PaperSources { get; }
Public ReadOnly Property PaperSources As PaperSource()
	Get
public:
property array<PaperSource^>^ PaperSources {
	array<PaperSource^>^ get ();
}
member PaperSources : PaperSource[] with get

Property Value

array<PaperSource>[]()[][]

See Also