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
A collection of IRegistrationProperty objects. See more in the Working with collections section.Methods
| Definition | Description |
|---|---|
Has (name: string) : bool | Checks whether the specified property exists. |
Add (name: string) : IRegistrationProperty | Adds a new registration property. |
InsertAt (name: string, pos: int) : IRegistrationProperty | Inserts a new registration property at the given position. |
Delete (name: string) | Deletes the registration property with the given name. |
DeleteAt (pos: int) | Deletes the registration property at the given position. |
DeleteAll ( ) | Deletes all registration properties. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Value (name: string) | string | Read-only | Returns the value of the property with the given name. |
