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" = возвращает строку стиля по умолчанию