GetFormFieldComb
Description
Returns 1 if the specified form field is marked as a comb field, where each character in the value occupies the same space in the field.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldComb(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldComb(Index As Long) As Long
DLL
int QuickPDFGetFormFieldComb(int InstanceID, int Index)
Parameters
| Index | The index of the form field |