IPXC_AcroForm::GetFieldByNameEx Method
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetFieldByNameEx([in] LPWSTR sName,
[in] VARIANT_BOOL bAllowPartial,
[out, retval] IPXC_FormField** ppField);
Parameters
- sName
- [in] Value of LPWSTR.
- bAllowPartial
- [in] Value of VARIANT_BOOL.
- ppField
- [out, retval] Pointer to IPXC_FormField.
Return Value
Returns S_OK if operation was successful or error code in other cases.