Link Search Menu Expand Document

FoundLinesCollection Class

Represents collection of lines found by LineDetector.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorFoundLinesCollection

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class FoundLinesCollection : IFoundLinesCollection, 
	IEnumerable

The FoundLinesCollection type exposes the following members.

Constructors
NameDescription
Public methodFoundLinesCollection
Initializes a new instance of the FoundLinesCollection class
Top
Properties
NameDescription
Public propertyCount
Gets count of found lines.
Public propertyItem
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns collection enumerator.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference