API Reference

Class

PdfFormFieldOption

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

AcroForm choice option used by generation and read from a field /Opt array.

Inheritance

  • Object
  • PdfFormFieldOption

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 PdfFormFieldOption(String exportValue, String displayText) #

Creates one choice option with separate export and display values.

Parameters

exportValue System.String requiredposition: 0
displayText System.String requiredposition: 1

Properties

public String ExportValue { get; } #

Export value used by the form field.

public String DisplayText { get; } #

User-facing option text displayed by PDF viewers.

public Boolean HasSeparateDisplayText { get; } #

True when the option provides separate export and display text.