SetXFAFormFieldBorderPresence
Description
Sets the border style of the specified XFA form field.
Syntax
Delphi
function TQuickPDF0815.SetXFAFormFieldBorderPresence(XFAFieldName: WideString;
NewPresence: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetXFAFormFieldBorderPresence(
XFAFieldName As String, NewPresence As Long) As Long
DLL
int QuickPDFSetXFAFormFieldBorderPresence(int InstanceID, wchar_t * XFAFieldName,
int NewPresence)
Parameters
| XFAFieldName | The name of the XFA field to work with |
| NewPresence |
1 = Visible 2 = Invisible 3 = Hidden |