IWords::CopyFrom Method

From PDF XChange PDF SDK
Revision as of 08:00, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Copies items from given words list.

Syntax

HRESULT CopyFrom([in]  IWords*  Src);

Parameters

Src
[in] Pointer to IWords containing the source words list.

Return Value

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

See Also

IWords