Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Finds the lines of a given orientation.
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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