Click or drag to resize

PdfPortfolioFolderParent Property

Gets the parent folder, or if this PdfPortfolioFolder is a root folder (contained in the Folders collection).

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public PdfPortfolioFolder Parent { get; }

Property Value

PdfPortfolioFolder
The parent folder, or if this PdfPortfolioFolder is a root folder.
See Also