TPDFlibFormValue

Data types

Description

Name and value pair used for bulk AcroForm exchange

Field names are matched exactly and values use Unicode strings

Syntax

Delphi

TPDFlibFormValue = Record Name: WideString; Value: WideString; End;