PDF Viewer Control

BY IN Visual Basic Comments Off on PDF Viewer Control

Berikut ini adalah program control untuk melihat PDF yang embedded dengan program VB kita:

VeryDOC PDF Viewer OCX Control (ActiveX) features:
bullet View PDF Documents quickly, without depend on Adobe Reader
bullet Provide the developer with full control over the PDF viewer, you can add PDF viewing capability to your applications easily
bullet Search a PDF document for a specific text
bullet Jump to an outline object destination
bullet Display document outlines
bullet Scroll/Zoom the viewer window (Actual Page, Fit Page, Fit Width, ..)
bullet View PDF pages in different layout modes (Single Page, Facing, Continuous, Continuous Facing)
bullet Select text on the PDF pages, copy text to clipboard
bullet Support for PDF hyperlinks
bullet Region highlighting for text search
bullet Work with Visual Basic, Delphi, Internet Explorer, and any other ActiveX-compatible development environment
bullet Support all version of Acrobat PDF files
bullet Support 2000/XP/Vista, 32bit and 64bit, Windows platforms

Sumber: http://www.verydoc.com/pdf-viewer-ocx.html

Methods in PDF Viewer OCX Control (ActiveX):
1. BOOL OpenPDF(LPCTSTR lpszPDFFile, …) 13. void ZoomFitPage()
2. ClosePDF() 14. void ZoomActualPage()
Description: Open and close PDF Viewer window. 15. void ZoomFitWidth()
16. void Zoom(float nZoom)
3. void SetFindText(LPCTSTR lpszFindText) 17. void ZoomIn()
4. void FindNextText() 18. void ZoomOut()
5. void FindPreviousText() Description: Zoom PDF pages.
Description: Search text string in PDF pages.
19. void ViewModeSinglePage()
6. void RotateViewLeft() 20. void ViewModeFacing()
7. void RotateViewRight() 21. void ViewModeContinuous()
Description: Rotate PDF pages. 22. void ViewModeContinuousFacing()
23. void SetViewMode(long nViewMode)
8. void ViewNextPage() Description: View PDF pages in different modes.
9. void ViewPreviousPage()
10. void ViewFirstPage() 24. void ShowHideBookmarks()
11. void ViewLastPage() Description: Show or hide bookmark window.
12. void ViewPage()
Description: Move between PDF pages. 25. void SetRegCode(LPCTSTR lpszRegCode)
Description: Set License Key to PDF Viewer OCX.




Comments are closed.