Skip to main content
This object represents a group of separator blocks (SeparatorBlock objects). A group of separators usually includes four separators which form a rectangle. For example, four lines of a table border are recognized as a separators group. The ISeparatorGroup interface is derived from the IBlock interface and inherits all its properties.
  • The indexing of ABBYY FineReader Engine collections starts with 0.
  • The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.

Properties

NameTypeDescription
Countint, read-onlyStores the number of elements in the group.
ElementSeparatorBlock, read-onlyProvides access to a single element of the group.

Methods

NameDescription
AddNewCreates a separator block and inserts it into the specified position in the group.
ItemProvides access to a single element of the group of separator blocks.
DeleteAllRemoves all the elements from the group.
DeleteAtRemoves an element from the group.
SeparatorGroup Object Diagram

Output parameter

This object is the output parameter of the GetAsSeparatorGroup method of the Block object.

See also

Block SeparatorBlock Working with Layout and Blocks Working with Collections Working with Properties