(Required if the collection has folders; ExtensionLevel3) An indirect reference to the folder dictionary that is the single common ancestor of all other folders in a portable collection.

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 PdfFolder Folders { get; }
Public ReadOnly Property Folders As PdfFolder
	Get
public:
property PdfFolder^ Folders {
	PdfFolder^ get ();
}
member Folders : PdfFolder with get

Property Value

PdfFolder

See Also