SetXFAFormFieldBorderColor
Description
Sets the border color of the specified XFA form field.
Syntax
Delphi
function TQuickPDF0813.SetXFAFormFieldBorderColor(XFAFieldName: WideString; Red,
Green, Blue: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetXFAFormFieldBorderColor(XFAFieldName As String,
Red As Double, Green As Double, Blue As Double) As Long
DLL
int QuickPDFSetXFAFormFieldBorderColor(int InstanceID, wchar_t * XFAFieldName,
double Red, double Green, double Blue)
Parameters
| XFAFieldName | The name of the XFA field to work with |
| Red | The red component of the color, which should be a value between 0 and 1 |
| Green | The green component of the color, which should be a value between 0 and 1 |
| Blue | The blue component of the color, which should be a value between 0 and 1 |