|
|
Great - Thanks for the quick help!
|
|
|
Hi! You can get the loaded into PdfViewer document through the Document property Code:pdfViewer1.Document.Pages[pg_ctr].Text.GetText(0, chars)
|
|
|
Hi All,
I wish to load PDF doc in the PDF Viewer but also wish to search the document. There are two different methods I see in the SDK to load a document: PdfViewer.LoadDocument and one in PdfDocument.Load. I'm loading the file into the viewer so it can be viewed but separately loading the text of the document for searching using regular C# (non-SDK) functions. Is there a way to access the text fro the PdfViewer loaded doc instead of loading it twice, once for display and once for access via doc.Pages[pg_ctr].Text.GetText(0, chars)?
Thanks for any help you can provide!
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close