SetXFAFormFieldBorderWidth
Description
Sets the border width of the specified XFA form field.
Syntax
Delphi
function TQuickPDF0815.SetXFAFormFieldBorderWidth(XFAFieldName: WideString;
BorderWidth: Double): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetXFAFormFieldBorderWidth(XFAFieldName As String,
BorderWidth As Double) As Long
DLL
int QuickPDFSetXFAFormFieldBorderWidth(int InstanceID, wchar_t * XFAFieldName,
double BorderWidth)
Parameters
| XFAFieldName | The name of the XFA field to work with |
| BorderWidth | The desired width of the border |