GetFormFieldTextSize
Description
Retrieves the size of the text in the specified form field. A value of 0 indicates that the form field autosizes the text to fit into the available space.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetFormFieldTextSize(Index: Integer): Double;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetFormFieldTextSize(
Index As Long) As Double
DLL
double DPLGetFormFieldTextSize(int InstanceID, int Index)
Parameters
Index | The index of the form field to work with. The first form field has an index of 1. |