Chinese Simplified (简体中文)

Value Property of the DocumentInformationDictionary Object

This property provides access to the value of the document information dictionary element by its name.

Syntax

C++

HRESULT get_Value(
   BSTR  Name,
   BSTR* Result
);
HRESULT put_Value(
   BSTR Name,
   BSTR Value
);
    

C#

string get_Value( string Name );
void set_Value(
   string Name,
   string Value
);
    

Visual Basic .NET

Property Value(Name As String) As String
    

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

DocumentInformationDictionary

Working with Properties

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.