API Reference

Class

PdfPortfolioFieldInfo

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Read-only portfolio schema field metadata.

Inheritance

  • Object
  • PdfPortfolioFieldInfo

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

Properties

public String Key { get; } #

Collection schema key.

public String DisplayName { get; } #

Displayed field name.

public String Subtype { get; } #

Raw PDF collection-field subtype.

public Nullable<Int32> Order { get; } #

Display order.

public Nullable<Boolean> Visible { get; } #

Viewer visibility flag.

public Nullable<Boolean> Editable { get; } #

Viewer editability flag.