GetFormFieldBorderProperty

Form fields

Description

Returns various properties of the specified field's border.

Syntax

Delphi

function TPDFlib.GetFormFieldBorderProperty(Index, PropKey: Integer): Double;

ActiveX

Function PDFlib::GetFormFieldBorderProperty(Index As Long, PropKey As Long) As Double

DLL

double DLGetFormFieldBorderProperty(int InstanceID, int Index, int PropKey);

Parameters

IndexThe index of the form field to examine
PropKey1 = Border width 2 = Dash on 3 = Dash off