API Reference

Class

PdfPortfolioField

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes one standard property column in a generated document portfolio.

Inheritance

  • Object
  • PdfPortfolioField

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

Accepted by parameters

Constructors

public PdfPortfolioField(PdfPortfolioFieldKind kind, String displayName, Int32 order = 0) #

Creates a portfolio field for a standard embedded-file property.

Parameters

kind OfficeIMO.Pdf.PdfPortfolioFieldKind requiredposition: 0
displayName System.String requiredposition: 1
order System.Int32 = 0 optionalposition: 2

Properties

public PdfPortfolioFieldKind Kind { get; } #

Standard embedded-file property represented by this field.

public String DisplayName { get; set; } #

Localized field label displayed by a compatible viewer.

public Int32 Order { get; set; } #

Zero-based display order.

public Boolean Visible { get; set; } #

Whether compatible viewers should show the field.

public Boolean Editable { get; set; } #

Whether compatible viewers may edit the field.