Value Property of the DocumentInformationDictionary Object
This property provides access to the value of the document information dictionary element by its name.
Syntax
HRESULT get_Value( BSTR Name, BSTR* Result ); HRESULT put_Value( BSTR Name, BSTR Value );
Parameters
- Name
- [in] This variable contains the name of the element in the document information dictionary.
- Result
- [out, retval] This variable contains the value which corresponds to the name.
- Value
- [in] This variable contains a new value of the element in the document information dictionary.
Return values
This property has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM