GetFormFieldCheckStyle
Form fields
Description
Returns the checkbox style of the specified form field.
Syntax
Delphi
function TPDFlib.GetFormFieldCheckStyle(Index: Integer): Integer;ActiveX
Function PDFlib::GetFormFieldCheckStyle(Index As Long) As LongDLL
int DLGetFormFieldCheckStyle(int InstanceID, int Index);Parameters
| Index | The index of the form field |
|---|
Return values
| 0 | Cross |
|---|---|
| 1 | Check (Tick) 2 Dot (Radio) 3 XP Check XP Radio 4 5 Diamond 6 Square Start 7 |