Table of Contents

Class XfaForm.AcroFieldsSearch

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

A class to process "classic" fields.

public class XfaForm.AcroFieldsSearch : XfaForm.Xml2Som
Inheritance
XfaForm.AcroFieldsSearch
Inherited Members

Constructors

AcroFieldsSearch(ICollection<string>)

Creates a new instance from a Collection with the full names.

public AcroFieldsSearch(ICollection<string> items)

Parameters

items ICollection<string>

the Collection

Properties

AcroShort2LongName

Gets the mapping from short names to long names. A long name may contain the #subform name part.

public INullValueDictionary<string, string> AcroShort2LongName { get; set; }

Property Value

INullValueDictionary<string, string>

the mapping from short names to long names