Get the files in this folder.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public List<PdfAttachment> GetFiles()
Public Function GetFiles As List(Of PdfAttachment)
public:
List<PdfAttachment^>^ GetFiles()
member GetFiles : unit -> List<PdfAttachment> 

Return Value

List<(Of <(<'PdfAttachment>)>)>
The file list in this folder.

See Also