PrintPreview is an OCX which enables you to add print preview capabilities to your Visual Basic applications in VB 5.0 and all the development tools wich accepts the ocx technology. With the PrintPreview OCX, you can replace your printer object in all your code with this object. You will be able to : - You can preview your printed text on the screen - You can have many pages as you want - You can zoom/unzoom the pages (like in the Word) - You can preview two pages at one time - You can print the text - You can save the text in a structured file - You can reload saved printed text - You can save the text in an ASCII format - You can have the interface in multiple language - When you double clik on the page number, you can go directly to a specified page - You can search strings in all previewed pages - Load, preview and print bitmaps at any position - Make report based on data provided by you through APIs - You can use the Print Preview in Spanish - You can use the Print Preview in German - Toolbar with bitmap if desired - Possibility to use styles to format the text - Automatic alignment to left, center, right - Help file added - You can use Print Preview in Office (Excel, Outlook, Access...) - You can create a report based on a database and a query - New graphics possibilities : CheckBox, RadioButton - Word Wrap capabilities for long lines - Works with Chinese, Arab... character set - You can use the Print Preview in Dutch - You can use the Print Preview in Italian - New improved interface with some new features - You can set the zoom directly in your application - ... Many other features
|