IPXC_Document::DeferedDigitalSignField Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DeferedDigitalSignField([in] _CERT_CONTEXT* pCert, [in] IPXC_FormField* pField, [in] ULONG nFlags, [in] LPWSTR sReason, [in] LPWSTR sLocation, [in] LPWSTR sContactInfo, [in] LPWSTR sImageFile);
Parameters
- pCert
- [in] Pointer to _CERT_CONTEXT.
- pField
- [in] Pointer to IPXC_FormField.
- nFlags
- [in] Value of ULONG.
- sReason
- [in] Value of LPWSTR.
- sLocation
- [in] Value of LPWSTR.
- sContactInfo
- [in] Value of LPWSTR.
- sImageFile
- [in] Value of LPWSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.