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 LongDLL
int DLGetFormFieldBorderStyle(int InstanceID, int Index);Parameters
| Index | The index of the form field to examine |
|---|
Return values
| 0 | Solid |
|---|---|
| 1 | Dashed 2 Beveled 3 Inset 4 Underline |