Click or drag to resize

PdfFileSpecificationPortfolioFolder Property

Gets the parent PdfPortfolioFolder or if the PDF document is not a PDF Portfolio (Portfolio is ) or if this PdfFileSpecification is one of the root EmbeddedFiles contained in the PdfPortfolio.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPortfolioFolder PortfolioFolder { get; }

Property Value

PdfPortfolioFolder
The parent PdfPortfolioFolder or if the PDF document is not a PDF Portfolio (Portfolio is ) or if this PdfFileSpecification is one of the root EmbeddedFiles contained in the PdfPortfolio.
Remarks
This property performs a linear search in the EmbeddedFiles to find a key associated with this PdfFileSpecification, extracts an internal folder ID from the found key and then performs a search in the Portfolio folder tree to find a PdfPortfolioFolder with that ID.
See Also