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
Convert Access2 to Access2000 Programatically
Questio on beforeupdate event to prevent duplicate record
What is the difference between OU and Managed
Keep only duplicates in a given column and delete all Uniques
Problem with Terminal Services holding users default printers
MS Access Specify Table Error
Access 2007 Update Multiple Columns with a twist
fill datagrid based on drop down box values
I get a error message when I reference a dll file to my C# Window application
New lines for Javascript's Confirm in .NET