SaveToArray Method of the Layout Object
This method saves the object contents as an array of bytes.
Syntax
C++
HRESULT SaveToArray( SAFEARRAY(Byte)* Result );
C#
byte[] SaveToArray();
Visual Basic .NET
Function SaveToArray() As Byte
Parameters
- Result
- [out] This parameter refers to a data to be saved as an array of bytes.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:41