CopyFrom Method
This method initializes the properties of the current object with the values of similar properties of another object.
Syntax
C++
HRESULT CopyFrom( I<ObjectType>* From );
C#
void CopyFrom(I<ObjectType> From);
Visual Basic .NET
Sub CopyFrom(From As I<ObjectType>)
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
C# code
The method is used in the following code samples: CustomLanguage; and demo tools: Camera OCR, Image Preprocessing.
17.09.2024 15:14:41