GetFormFieldBorderProperty
Description
Returns various properties of the specified field's border.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldBorderProperty(Index, PropKey: Integer): Double;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldBorderProperty(Index As Long,
PropKey As Long) As Double
DLL
double QuickPDFGetFormFieldBorderProperty(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 |