GetFormFieldBorderStyle

Form fields

Description

Returns the border style of the specified field.

Syntax

Delphi

function TPDFlib.GetFormFieldBorderStyle(Index: Integer): Integer;

ActiveX

Function PDFlib::GetFormFieldBorderStyle(Index As Long) As Long

DLL

int DLGetFormFieldBorderStyle(int InstanceID, int Index);

Parameters

IndexThe index of the form field to examine

Return values

0Solid
1Dashed 2 Beveled 3 Inset 4 Underline