Table of Contents

Class AcroFormExtensions

Namespace
UglyToad.PdfPig.AcroForms
Assembly
UglyToad.PdfPig.dll

Extensions for AcroForm.

public static class AcroFormExtensions
Inheritance
AcroFormExtensions
Inherited Members

Methods

GetFieldValue(AcroFieldBase)

Get string values of field.

public static KeyValuePair<string, string> GetFieldValue(this AcroFieldBase fieldBase)

Parameters

fieldBase AcroFieldBase

Returns

KeyValuePair<string, string>

GetFields(AcroForm)

Get fields containing data in form.

public static IEnumerable<AcroFieldBase> GetFields(this AcroForm form)

Parameters

form AcroForm

Returns

IEnumerable<AcroFieldBase>

GetFields(AcroFieldBase)

Get fields containing data which are children of field.

public static IEnumerable<AcroFieldBase> GetFields(this AcroFieldBase fieldBase)

Parameters

fieldBase AcroFieldBase

Returns

IEnumerable<AcroFieldBase>