PdfPaperSettingsEventArgs
PaperSources Property
|
Gets the paper source trays that are available on the printer.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PaperSource
See Also