PDF Creator - 2 Enhancements

If you have any suggestions for new features that you would like to see in any of our products, please add them to the wish list.
Post Reply
mcmullank
Posts: 7
Joined: Fri Jun 10 2005

PDF Creator - 2 Enhancements

Post by mcmullank »

1. Zoom to Fit
Would it be possible to include a property that would automatically change the size of the page dependant on the size of the control. This would allow you to set the property to true and not have to work out the zoom factor constantly.

2. Retain Settings
When opening a PDF file by using the open or openex methods, the current zoom factor is lost. Can this be changed so that the control value is persistant when opening documents.
beandog
Posts: 33
Joined: Wed Dec 14 2005

ScaleToWindow

Post by beandog »

The ScaleToWindow property on the PDF control gives you the option of automatically zooming to page width, height, or both. As for saving the zoom settings, I wound up doing that myself in the registry (saving both ZoomFactor and ScaleToWindow).
Post Reply