IPXC_Document::GetXFormByHandle Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetXFormByHandle([in] ULONG nHandle, [out, retval] IPXC_XForm** pXForm);
Parameters
- nHandle
- [in] Value of ULONG.
- pXForm
- [out, retval] Pointer to IPXC_XForm.
Return Value
Returns S_OK if operation was successful or error code in other cases.