I have the following code to get selected ranges -
Code: Select all
Call CoPDFXCview1.DoDocumentVerb(0, "Pages", "GetSelectedRanges", vDataIn, vDataOut)
iFirstPage = Int(vDataOut(0))
Code: Select all
Call CoPDFXCview1.DoVerb("Documents[0].Pages[8].Text", "Select", vDataIn, vDataOut)
Please let me know if you need more information to reproduce this problem.