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 Long

DLL

int DLGetFormFieldCheckStyle(int InstanceID, int Index);

Parameters

IndexThe index of the form field

Return values

0Cross
1Check (Tick) 2 Dot (Radio) 3 XP Check XP Radio 4 5 Diamond 6 Square Start 7