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