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 DoubleDLL
double DLGetFormFieldBorderProperty(int InstanceID, int Index, int PropKey);Parameters
| Index | The index of the form field to examine |
|---|---|
| PropKey | 1 = Border width 2 = Dash on 3 = Dash off |