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

A collection of IRegistrationProperty objects. See more in the Working with collections section.

Methods

DefinitionDescription
Has (name: string) : boolChecks whether the specified property exists.
Add (name: string) : IRegistrationPropertyAdds a new registration property.
InsertAt (name: string, pos: int) : IRegistrationPropertyInserts 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

NameTypeAccessDescription
Value (name: string)stringRead-onlyReturns the value of the property with the given name.