CopyFrom Method
This method initializes the properties of the current object with the values of similar properties of another object.
Syntax
HRESULT CopyFrom( I<ObjectType>* From );
Parameters
- From
- [in] This variable refers to the object of the same type as the current one. This object serves as a source of data to be copied into the new object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
The following objects provide this method:
|
|
---|
Samples
The method is used in the following code samples: CustomLanguage.
7/3/2024 8:50:25 AM