Link Search Menu Expand Document

LineDetectorFindLines Method

Finds the lines of a given orientation.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public FoundLinesCollection FindLines(
	int pageIndex,
	LineOrientationsToFind lineOrientations
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
lineOrientations
Type: Bytescout.PDFExtractorLineOrientationsToFind
Line orientations.

Return Value

Type: FoundLinesCollection

[Missing <returns> documentation for "M:Bytescout.PDFExtractor.LineDetector.FindLines(System.Int32,Bytescout.PDFExtractor.LineOrientationsToFind)"]

Implements

ILineDetectorFindLines(Int32, LineOrientationsToFind)
See Also

Reference