C# Adobe PDF Reader Tool - Automation Methods
I open a pdf file on my c# form by Adobe PDF Reader tool. I just reach some methods but not enough for me. I need to learn current pdf page number or a page number that is indicate adobe search tool result. Than I try to use these variables on my labels r textboxes.
If I look object broser, I see AcroAVPageViewClass which has GetPageNum().
Could you describe me how can I use these methods and class? Or another solution?
public virtual int GetPageNum()
Member of Acrobat.AcroAVPageViewClass
Thanks for your helps.
