GetFormFieldBorderStyle
Description
Returns the border style of the specified field.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldBorderStyle(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldBorderStyle(Index As Long) As Long
DLL
int QuickPDFGetFormFieldBorderStyle(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 |