GetFormFieldColor
Description
Retrieves the color of the text in the form field. This function must be called three times to retrieve all components of the color (red, green and blue).
Syntax
Delphi
function TQuickPDF0813.GetFormFieldColor(Index, ColorComponent: Integer): Double;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldColor(Index As Long,
ColorComponent As Long) As Double
DLL
double QuickPDFGetFormFieldColor(int InstanceID, int Index, int ColorComponent)
Parameters
| Index | The index of the form field to work with. The first form field has an index of 1. |
| ColorComponent |
1 = Red 2 = Green 3 = Blue |