IWords::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IWords::CopyFrom Method}}
 
{{#customTitle:IWords::CopyFrom Method}}
 
{{#parentPage:PXV:IWords#Methods|CopyFrom|method}}
 
{{#parentPage:PXV:IWords#Methods|CopyFrom|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Copies items from given words list.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 00:45, 3 June 2015


Copies items from given words list.

Syntax

HRESULT CopyFrom([in]  IWords*  pSrc);

Parameters

pSrc
[in] Pointer to IWords.

Return Value

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

See Also

IWords