SetXFAFormFieldBorderWidth
Form fields
Description
Sets the border width of the specified XFA form field. The field name may be a relative template path or a standard template SOM path that starts with $template or xfa.template.
Syntax
Delphi
Function TPDFlib.SetXFAFormFieldBorderWidth(Const XFAFieldName: WideString; BorderWidth: Double): Integer;
ActiveX
Function PDFlib::SetXFAFormFieldBorderWidth(XFAFieldName As String, BorderWidth As Double) As Long
DLL
int DLSetXFAFormFieldBorderWidth(int InstanceID, const wchar_t * XFAFieldName, double BorderWidth);
Parameters
| XFAFieldName | The XFA template field name to work with; accepts dot-based SOM paths, slash-delimited paths returned by GetXFAFormFieldNames or GetXFAFormFieldName, and $template/... roots; slash-delimited paths preserve literal periods, and dot-delimited SOM paths accept escaped periods such as Line\.Item |
|---|---|
| BorderWidth | The desired width of the border |