SetXFAFormFieldBorderPresence
Form fields
Description
Sets the border style of the specified XFA form field.
Syntax
Delphi
function TPDFlib.SetXFAFormFieldBorderPresence(Const XFAFieldName: WideString; NewPresence: Integer): Integer;ActiveX
Function PDFlib::SetXFAFormFieldBorderPresence(XFAFieldName As String, NewPresence As Long) As LongDLL
int DLSetXFAFormFieldBorderPresence(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 |