API Reference

Class

PdfFormDataField

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One named scalar or multi-value AcroForm data entry.

Inheritance

  • Object
  • PdfFormDataField

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 PdfFormDataField(String name, IEnumerable<String> values) #

Creates one form-data entry.

Parameters

name System.String requiredposition: 0
values System.Collections.Generic.IEnumerable{System.String} requiredposition: 1

Properties

public String Name { get; } #

Fully qualified field name.

public IReadOnlyList<String> Values { get; } #

Field values in source order.