About SDK and license
SDK
To get the API version use:
DocumentReader.Instance().Version.Api
RGLDocReader.Shared.Version.Api
To get the Core version use:
DocumentReader.Instance().Version.Core
RGLDocReader.Shared.Version.Core
To get the Core mode use:
DocumentReader.Instance().Version.CoreMode
RGLDocReader.Shared.Version.CoreMode
Allows you to get database id, e.g. KAZ:
DocumentReader.Instance().Version.Database.DatabaseID
RGLDocReader.Shared.Version.Database.DatabaseID
To get the database version use:
DocumentReader.Instance().Version.Database.Version
RGLDocReader.Shared.Version.Database.Version
Allows you to get the database export date:
DocumentReader.Instance().Version.Database.Date
RGLDocReader.Shared.Version.Database.Date
To get the list of supported database documents use:
DocumentReader.Instance().Version.Database.DatabaseDescription
RGLDocReader.Shared.Version.Database.DatabaseDescription
Allows to get the number of supported database countries:
DocumentReader.Instance().Version.Database.CountriesNumber
RGLDocReader.Shared.Version.Database.CountriesNumber
Allows to get the number of supported database documents:
DocumentReader.Instance().Version.Database.DocumentsNumber
RGLDocReader.Shared.Version.Database.DocumentsNumber
License
Allows to get an expiration date of the license:
DocumentReader.Instance().License().ExpiryDate
RGLDocReader.Shared.License.ExpiryDate
Allows to get a list of country identifiers which are defined for processing in the license. If the array is empty, there are no restrictions for processing:
DocumentReader.Instance().License().CountryFilter
RGLDocReader.Shared.License.CountryFilter