PdfCollection
Folders Property
|
(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: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfFolder Folders { get; }
Public ReadOnly Property Folders As PdfFolder
Get
public:
property PdfFolder^ Folders {
PdfFolder^ get ();
}
member Folders : PdfFolder with get
Property Value
Type:
PdfFolder
See Also