GetFormFieldTextSize

表单字段

描述

获取指定表单字段中文本的大小,值为 0 表示表单字段会自动调整文本大小以适应可用空间

语法

Delphi

Function TPDFlib.GetFormFieldTextSize(Index: Integer): Double;

ActiveX

Function PDFlib::GetFormFieldTextSize(Index As Long) As Double

DLL

double DLGetFormFieldTextSize(int InstanceID, int Index);

参数

Index要操作的表单字段索引。第一个表单字段的索引为 1