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