ImageEnhancementProfiles object (IImageEnhancementProfiles interface)
This object represents a collection of image enhancement profiles exported from ABBYY FlexiCapture. Image enhancement profiles can be created in ABBYY FlexiCapture for automatic applying necessary changes to a flow of images. Each profile contains a set of editing tools configured for a specific project. Besides customer profiles a predefined profile is supported . It is intended for images obtained when taking photos of documents.
This object provides the standard properties and methods of the ABBYY FlexiCapture SDK collections.
Notes:
- The indexing of ABBYY FlexiCapture SDK collections starts with 0.
- The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of elements in the collection. |
Element | ImageEnhancementProfile, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
DeleteAt | Removes an element from the collection. |
Item | Provides access to a single element of the collection. |
LoadFromXml | Loads image enhancement profiles from specified file in XML format and adds these profiles to the collection |
Related objects
See also
8/15/2023 1:19:30 PM