GetFormFieldRichTextString
表单字段
描述
使用给定键检索指定表单字段的富文本(RV)或默认样式(DS)字符串,返回值格式由 PDF Specification 中标题为 "Field Dictionaries" 的章节定义
语法
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);
参数
| Index | 所需表单字段索引,第一个表单字段索引为 1 |
|---|---|
| Key | 要返回的 Key 值。"RV" = 返回富文本字符串;"DS" = 返回默认样式字符串 |