Skip to content

Version Information

How to get information about the SDK and license.

SDK

  • Get the API version:
DocumentReader.Instance().Version.Api
RGLDocReader.Shared.Version.Api
  • Get the Core version:
DocumentReader.Instance().Version.Core
RGLDocReader.Shared.Version.Core
  • Get the Core mode:
DocumentReader.Instance().Version.CoreMode
RGLDocReader.Shared.Version.CoreMode
  • Get the database ID, for example, KAZ:
DocumentReader.Instance().Version.Database.DatabaseID
RGLDocReader.Shared.Version.Database.DatabaseID
  • Get the database version:
DocumentReader.Instance().Version.Database.Version
RGLDocReader.Shared.Version.Database.Version
  • Get the database export date:
DocumentReader.Instance().Version.Database.Date
RGLDocReader.Shared.Version.Database.Date
  • Get the list of supported database documents:
DocumentReader.Instance().Version.Database.DatabaseDescription
RGLDocReader.Shared.Version.Database.DatabaseDescription
  • Get the number of supported database countries:
DocumentReader.Instance().Version.Database.CountriesNumber
RGLDocReader.Shared.Version.Database.CountriesNumber
  • Get the number of supported database documents:
DocumentReader.Instance().Version.Database.DocumentsNumber
RGLDocReader.Shared.Version.Database.DocumentsNumber

License

  • Get the expiration date of your license:
DocumentReader.Instance().License().ExpiryDate
RGLDocReader.Shared.License.ExpiryDate
  • Get the list of country identifiers that 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