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
| Name | Type | Access | Description |
|---|---|---|---|
Barcode | string | Read/write | The value of the document barcode. |
RegistrationProperties | IRegistrationProperties | Read-only | Registration properties of the document. |
Type | string | Read/write | The type of the document. |
DefinedTypes | IScriptValues | Read-only | The document type values allowed for this document, as defined on its batch type. |
Methods
| Definition | Description |
|---|---|
UpdateTypeRegistrationProperties (name: string) : bool | Updates 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.