HelpersGetPageStructure Method (String, 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( string fileName, int pageIndex, string ocrLanguageDataFolder, string ocrLanguage = null, string documentPassword = null )
Parameters
- fileName
- Type: SystemString
Input file name. PDF 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