GetFormFieldRichTextString

Campos de formulário

Descrição

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 TPDFlib.GetFormFieldRichTextString(Index: Integer; Const Key: WideString): WideString;

ActiveX

Function PDFlib::GetFormFieldRichTextString(Index As Long, Key As String) As String

DLL

const wchar_t * DLGetFormFieldRichTextString(int InstanceID, int Index, const wchar_t * 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