GetFormFieldRichTextStringA
Поля форм
Описание
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to GetFormFieldRichTextString and string arguments are interpreted using the current SetAnsiMode code page
Возвращает строку rich text (RV) или стиль по умолчанию (DS) указанного поля формы по заданному ключу. Формат возвращаемого значения определён в спецификации PDF в разделе "Field Dictionaries"
Синтаксис
Delphi
Function DLGetFormFieldRichTextStringA(InstanceID, Index: Integer; Key: PAnsiChar): PAnsiChar;
DLL
const char * DLGetFormFieldRichTextStringA(int InstanceID, int Index, const char * Key);
Параметры
| Index | Индекс искомого поля формы. Первое поле формы имеет индекс 1 |
|---|---|
| Key | Возвращаемое значение Key. "RV" = возвращает строку форматированного текста; "DS" = возвращает строку стиля по умолчанию |