GetFormFieldRichTextString
Form fields
Description
Retrieves the rich text (RV) or default style (DS) string of the specified form field using the given key. The format of the return value is defined in the PDF Specification under the section titled "Field Dictionaries".
Syntax
Delphi
function TPDFlib.GetFormFieldRichTextString(Index: Integer; Const Key: WideString): WideString;ActiveX
Function PDFlib::GetFormFieldRichTextString(Index As Long, Key As String) As StringDLL
wchar_t * DLGetFormFieldRichTextString(int InstanceID, int Index, wchar_t * Key);Parameters
| Index | The index of the required form field. The first form field has an index of 1. |
|---|---|
| Key | The Key value to return. "RV" = returns the rich text string "DS" = returns the default style string |