IPXC_Document::Crate3DArtWork Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Crate3DArtWork([in] IMemBlock* pData, [in] PXC_3DStreamType nType, [out, retval] IPXC_3DArtWork** pArtWork);
Parameters
- pData
- [in] Pointer to IMemBlock.
- nType
- [in] Value of PXC_3DStreamType.
- pArtWork
- [out, retval] Pointer to IPXC_3DArtWork.
Return Value
Returns S_OK if operation was successful or error code in other cases.