CopyFrom Method
This method initializes properties of the current object with the values of similar properties of another object.
Syntax
Visual Basic .NET
Sub CopyFrom(From As ObjectType)
C++
HRESULT CopyFrom( IObjectType* From );
Parameters
- From
- [in] This variable refers to the object of the same type as the current one. This object serves as a source data to be copied into the current object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
The following objects provide this method:
- BarcodeParams
- ExportParams
- FieldValuesCollection
- ImageGroupingParams
- ImageLoadingParams
- ImageProcessingParams
- JpegExtendedParams
- Language
- IntsCollection
- PageAnalysisParams
- Region
- StringsCollection
See also
15.08.2023 13:19:30