THotPDF.GetFormField Method
按 zero-based 字段索引或完全限定字段名返回 THPDFLoadedFormField 包装对象
声明
function GetFormField(FieldIndex: Integer): THPDFLoadedFormField; overload;
function GetFormField(const FieldName: AnsiString): THPDFLoadedFormField; overload;
单元
HPDFDoc
参数
| 名称 | 用途 |
|---|---|
FieldIndex | GetFormField 工作流使用的输入值 |
FieldName | GetFormField 工作流使用的输入值 |
使用说明
The caller owns the returned wrapperA missing field raises an exception当应用需要在已加载或生成的 PDF 文档中使用此loaded AcroForm field wrapper工作流时,使用此 API