API Reference

Class

PdfPortfolioOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Configures the collection dictionary used to present generated embedded files as a portfolio.

Inheritance

  • Object
  • PdfPortfolioOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfPortfolioOptions() #

Creates portfolio options with a visible file-name field.

Methods

public PdfPortfolioOptions ClearFields() #
Returns: PdfPortfolioOptions

Removes every portfolio field.

public PdfPortfolioOptions RemoveField(PdfPortfolioFieldKind kind) #
Returns: PdfPortfolioOptions

Removes a standard portfolio field.

Parameters

kind OfficeIMO.Pdf.PdfPortfolioFieldKind requiredposition: 0
public PdfPortfolioOptions SetField(PdfPortfolioField field) #
Returns: PdfPortfolioOptions

Adds or replaces a standard portfolio field.

Parameters

field OfficeIMO.Pdf.PdfPortfolioField requiredposition: 0

Properties

public PdfPortfolioView View { get; set; } #

Initial viewer presentation.

public String InitialDocumentFileName { get; set; } #

Optional embedded file to open initially. The name must match a generated embedded file.

public Nullable<PdfPortfolioFieldKind> SortBy { get; set; } #

Optional standard property used to sort portfolio entries.

public Boolean SortAscending { get; set; } #

Whether the configured sort is ascending.

public IReadOnlyList<PdfPortfolioField> Fields { get; } #

Configured portfolio fields in display order.