GetFormFieldRichTextStringA

Campos de formulário

Descrição

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

Recupera a string de rich text (RV) ou de estilo padrão (DS) do campo de formulário especificado usando a chave dada. O formato do valor de retorno é definido na Especificação PDF na seção intitulada "Field Dictionaries"

Sintaxe

Delphi

Function DLGetFormFieldRichTextStringA(InstanceID, Index: Integer; Key: PAnsiChar): PAnsiChar;

DLL

const char * DLGetFormFieldRichTextStringA(int InstanceID, int Index, const char * Key);

Parâmetros

IndexThe index of the required form field. The first form field has an index of 1.
KeyO valor Key a retornar "RV" = retorna a string de rich text "DS" = retorna a string de estilo padrão