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。