IPXC_Document::CreateEmbeddFile Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(No difference)

Latest revision as of 02:07, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateEmbeddFile([in]           LPWSTR           sName,
                         [out, retval]  IPXC_FileSpec**  pFS);

Parameters

sName
[in] Value of LPWSTR.
pFS
[out, retval] Pointer to IPXC_FileSpec.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_Document