LineDetectorFindLines Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Finds the lines of a given orientation.
Namespace:Bytescout.PDFExtractorAssembly: 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