SetXFAFormFieldAccess
Description
Sets the access flags of the specified XFA form field.
Syntax
Delphi
function TQuickPDF0815.SetXFAFormFieldAccess(XFAFieldName: WideString;
NewAccess: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetXFAFormFieldAccess(XFAFieldName As String,
NewAccess As Long) As Long
DLL
int QuickPDFSetXFAFormFieldAccess(int InstanceID, wchar_t * XFAFieldName,
int NewAccess)
Parameters
| XFAFieldName | The name of the XFA field to work with |
| NewAccess |
1 = Non interactive 2 = Open 3 = Protected 4 = Read only |