IPXC_ContentCreator::PlaceXFormEx Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT PlaceXFormEx([in] IPXC_XForm* pXForm, [in] PXC_Rect* pRect, [in] LPWSTR pRefName, [in, defaultvalue(0)] ULONG nFlags);
Parameters
- pXForm
- [in] Pointer to IPXC_XForm.
- pRect
- [in] Pointer to PXC_Rect.
- pRefName
- [in] Value of LPWSTR.
- nFlags
- [in, defaultvalue(0)] Value of ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.