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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future,please use the property of PdfPaperSettingsEventArgs.PaperSources.")]
public List<PdfPaperSourceTray> ListPaperSourceTray { get; set; }
<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfPaperSettingsEventArgs.PaperSources.")> 
Public Property ListPaperSourceTray As List(Of PdfPaperSourceTray)
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future,please use the property of PdfPaperSettingsEventArgs.PaperSources.")]
property List<PdfPaperSourceTray^>^ ListPaperSourceTray {
	List<PdfPaperSourceTray^>^ get ();
	void set (List<PdfPaperSourceTray^>^ value);
}
[<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfPaperSettingsEventArgs.PaperSources.")>]
member ListPaperSourceTray : List<PdfPaperSourceTray> with get, set

Property Value

List<(Of <(<'PdfPaperSourceTray>)>)>

See Also