SetFormFieldBackgroundColor
Description
Sets the background color of the specified form field. The values of the color parameters range from 0 to 1, with 0 indicating 0% and 1 indicating 100% of the color.
Syntax
Delphi
function TQuickPDF0813.SetFormFieldBackgroundColor(Index: Integer; Red, Green,
Blue: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldBackgroundColor(Index As Long,
Red As Double, Green As Double, Blue As Double) As Long
DLL
int QuickPDFSetFormFieldBackgroundColor(int InstanceID, int Index, double Red,
double Green, double Blue)
Parameters
| Index | The index of the form field |
| Red | The red component of the color |
| Green | The green component of the color |
| Blue | The blue component of the color |
Return values
| 0 | The form field could not be found or the parameters were invalid. |
| 1 | The background color of the form field was set successfully |