Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

What it does

Stores document properties.

Properties

NameTypeAccessDescription
BarcodestringRead/writeThe value of the document barcode.
RegistrationPropertiesIRegistrationPropertiesRead-onlyRegistration properties of the document.
TypestringRead/writeThe type of the document.
DefinedTypesIScriptValuesRead-onlyThe document type values allowed for this document, as defined on its batch type.

Methods

DefinitionDescription
UpdateTypeRegistrationProperties (name: string) : boolUpdates the document’s registration parameters for the current document type. Preserves values from parameters that share a name with the previous type. Returns false if the document type is non-empty and not included in DefinedTypes.
If you change the document type in a script without calling UpdateTypeRegistrationProperties, the registration parameters from the previous type are preserved.