IPXC_Document::DeferedDigitalSignFieldPFX Method

From PDF XChange PDF SDK
Revision as of 02:08, 20 October 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DeferedDigitalSignFieldPFX([in]  LPWSTR           sPFXFilename,
                                   [in]  LPWSTR           sPFXPassword,
                                   [in]  IPXC_FormField*  pField,
                                   [in]  ULONG            nFlags,
                                   [in]  LPWSTR           sReason,
                                   [in]  LPWSTR           sLocation,
                                   [in]  LPWSTR           sContactInfo,
                                   [in]  LPWSTR           sImageFile);

Parameters

sPFXFilename
[in] Value of LPWSTR.
sPFXPassword
[in] Value of LPWSTR.
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.

See Also

IPXC_Document