Click or drag to resize

PdfFolder GetFiles Method

Get the files in this folder.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public List<PdfAttachment> GetFiles()

Return Value

Type: List PdfAttachment
The file list in this folder.
See Also