GetFormFieldBorderColor
Description
Returns the color of the specified field's border.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldBorderColor(Index,
ColorComponent: Integer): Double;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldBorderColor(Index As Long,
ColorComponent As Long) As Double
DLL
double QuickPDFGetFormFieldBorderColor(int InstanceID, int Index, int ColorComponent)
Parameters
| Index | The index of the form field to examine |
| ColorComponent |
1 = Red 2 = Green 3 = Blue |