IPXC_Document::DeferedDigitalPFX2 Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DeferedDigitalPFX2([in] IMemBlock* pPFXFileData, [in] LPWSTR sPFXPassword, [in] ULONG nFlags, [in] ULONG nPageIdx, [in] PXC_Rect* pRect, [in] LPWSTR sReason, [in] LPWSTR sLocation, [in] LPWSTR sContactInfo, [in] LPWSTR sImageFile);
Parameters
- pPFXFileData
- [in] Pointer to IMemBlock.
- sPFXPassword
- [in] Value of LPWSTR.
- nFlags
- [in] Value of ULONG.
- nPageIdx
- [in] Value of ULONG.
- pRect
- [in] Pointer to PXC_Rect.
- 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.