Microsoft
Software
Hardware
Network
Question : Acrobat Activex Control setview method
I'm using the Acrobat Activex control that installed with Adobe reader ver. 6 in an Access 2007 database and I can view the pdf document just fine but I want to view the document in 'fit to width' at all times. I use the pdf0.loadfile "full path of pdf" and I follow it with the pdf0.setview (FitH) but it continues to open the pdf in fit to page. What am I doing wrong?
Answer : Acrobat Activex Control setview method
try this:
pdf0.setview ("FitH") ;
Random Solutions
Thread deadlock between GUI callback and worker thread?
How can I display a .pdf on my access form?
How do I make tree view child nodes appear upon form load?
Windows Server 2008 R2 log spooler events
Access 2007 report design question
How to run SELECT statement against DataSet object
Internet explorer crashes
installing word and excel viewer as MSI packages
How should I format a Time value to insert it into a Visual FoxPro table from VBS
Complicated Select & Insert statement - MS SQL 2008