HelpersGetPageStructure Method (Stream, Int32, String, String, String)
 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
 Returns grid structure of document page.
Namespace:ByteScout.DocumentParserAssembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public static string[][] GetPageStructure( Stream inputStream, int pageIndex, string ocrLanguageDataFolder, string ocrLanguage = null, string documentPassword = null )
Parameters
- inputStream
 - Type: System.IOStream
Input stream that contains PDF document or image. - pageIndex
 - Type: SystemInt32
Page index. - ocrLanguageDataFolder
 - Type: SystemString
Folder that contains OCR language data files. - ocrLanguage (Optional)
 - Type: SystemString
OCR language. - documentPassword (Optional)
 - Type: SystemString
PDF document password. 
Return Value
Type: StringGrid of strings.
See Also