API Reference
Class
PdfPortfolioInfo
Read-only document portfolio metadata discovered from the catalog collection dictionary.
Inheritance
- Object
- PdfPortfolioInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfReadDocument.Portfolio
Inherited Methods
Properties
public String View { get; } #Raw collection view name: D, T, or H.
public String InitialDocumentFileName { get; } #Initial embedded document file name, when configured.
public IReadOnlyList<PdfPortfolioFieldInfo> Fields { get; } #Portfolio schema fields.
public String SortField { get; } #Portfolio schema key used for sorting, when configured.
public Nullable<Boolean> SortAscending { get; } #Sort direction, when configured.