SetFormFieldFont

表单字段

说明

本页介绍 PDFlibPas 中属于“表单字段”主题的 SetFormFieldFont。API 名称、参数、类名、文件名和字面量保持原样,以便和 Delphi 库及 DLL 入口点完全对应。

调用函数前请查看语法、参数和返回值。代码块保留原始形式,便于示例直接复制使用。

语法

Delphi

Function TPDFlib.SetFormFieldFont(Index, FontIndex: Integer): Integer;

ActiveX

Function PDFlib::SetFormFieldFont(Index As Long, FontIndex As Long) As Long

DLL

int DLSetFormFieldFont(int InstanceID, int Index, int FontIndex);

参数

IndexIndexSetFormFieldFont 的参数。请使用签名中显示的类型,并提供与当前 PDF 文档、所选页面或活动资源一致的值。
FontIndexFontIndexSetFormFieldFont 的参数。请使用签名中显示的类型,并提供与当前 PDF 文档、所选页面或活动资源一致的值。

返回值

0此值说明 SetFormFieldFont 的调用结果。通常非零值表示成功,0 表示操作未完成。
1此值说明 SetFormFieldFont 的调用结果。通常非零值表示成功,0 表示操作未完成。