Get the subfolders of 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<PdfFolder> GetSubfolders()
Public Function GetSubfolders As List(Of PdfFolder)
public:
List<PdfFolder^>^ GetSubfolders()
member GetSubfolders : unit -> List<PdfFolder> 

Return Value

List<(Of <(<'PdfFolder>)>)>
The subfolder list in this folder.

See Also