Version 3 (Latest Build v3.19)
   New Features
  • Updated the native DLL's language to Neutral. (v3.19)
  • AnyCPU is now supported. (v3.05)
  • User interface localization (Menu, Tooltip, Message box, Print dialog etc.). (v3.00)
  • Provide language resources without ResourceManager class. (v3.00)
  • Ability to show or hide show scroll bars. (v3.00)
  • Change search result highlight color. (v3.00)
  • Designate viewer functionality to user controls. (v3.00)
  • Generate page thumbnail images on demand. (v3.00)
   Bug Fixes
  • Fixed an issue with copying text using CTRL+C from a PDF opened in Viewer. (v3.18)
  • Fixed an issue with reading the PDF metadata. (v3.17)
  • Fixed an issue with zooming using mouse wheel. (v3.17)
  • Fixed an issue that hangs the application when opening/closing some PDF documents. (v3.17)
  • Improvements to prevent GDI object leaks over long term usage. (v3.16)
  • Fixed an issue with highlighting the search results. (v3.15)
  • Fixed an issue with zoom in/out when focus is on container, applicable only on Windows 7. (v3.15)
  • Fixed an isssue that causes the application to hang when opening a specific PDF. (v3.14)
  • Fixed an issue with margins being added when printing. (v3.13)
  • Fixed an issue with displaying blank pages intermittently. (v3.13)
  • Fixed an issue with "Find Text" where the next arrow does not show the next item in search result. (v3.12)
  • Fixed an issue with finding text dynamically using SearchForward method. (v3.12)
  • Fixed an issue with setting PageDisplayMode. (v3.12)
  • Fixed an issue that keeps the source file locked even after closing the document in Viewer. (v3.11)
  • Fixed an issue with opening a secure PDF document. (v3.10)
  • Fixed an issue that crashes the application when trying to copy text from Viewer control. (v3.10)
  • Fixed an issue with the visibility of the scroll bar. (v3.09)
  • Fixed an issue that hangs the application when opening a specific PDF document. (v3.08)
  • Dll Name changed. (v3.08)
  • Fixed an issue that fails to create Viewer component in VS2022 Designer. (v3.08)
  • Fixed an issue that causes missing form field contents. (v3.07)
  • Fixed an issue with localization that occurs when Viewer control is used in a UserControl. (v3.06)
  • Fixed an issue with displaying print preview. (v3.05)
  • Fixed an issue that prints all the pages even after specifying a page range. (v3.05)
  • Fixed an issue with NuGet package that caused invalid Viewer UI controls in the visual studio toolbox. (v3.04)
  • Throws detailed errors instead of generic errors. (v3.03)
  • Fixed an issue with displaying bookmarks in some PDF files. (v3.02)
  • Fixed an issue with cursor movement and text selection using keyboard. (v3.01)
  • Fixed an issue with displaying acro form contents. (v3.01)
  • Fixed an issue which causes a high CPU usage. (v3.01)
  • Initial Release. (v3.00)
   Compatibility
   Version 2.0 (Latest Build v2.0.0.35994)
   New Features
  • Independent toolbar control. (v2.0.0)
  • Separate bookmarks/navigation panel. (v2.0.0)
  • Zoom to selected area (Marquee Zoom). (v2.0.0)
  • Show or hide Viewer control’s status bar. (v2.0.0)
  • Intercept dialog boxes (Print and File Open) with the help of a new event. (v2.0.0)
  • New property to change units of measurement. (v2.0.0)
  • Improved search functionality. (v2.0.0)
  • Improved page numbering and zoom control functionality. (v2.0.0)
  • New method to invoke "About" dialog box. (v2.0.0)
  • New property to set control’s back color. (v2.0.0)
  • New event to handle exceptions in Viewer control. (v2.0.0)
  • Print selected area of a page. (v2.0.0)
  • Navigate page view by specifying x, y offset values. (v2.0.0)
   Bug Fixes
  • Resolved an issue where status bar is displayed even after forcing it to hide. (v2.0.0 Build 35994)
  • AccessViolationException while loading the PDF in Viewer for .NET control is resolved. (v2.0.0 Build 35994)
  • Page load failed exception is fixed. (v2.0.0 Build 35994)
  • Fixed an issue where printing to virtual PDF printers is not working correctly. (v2.0.0 Build 35994)
  • Scrollbar getting stuck issue has been resolved. (v2.0.0 Build 32858)
  • A printing related problem has been fixed. (v2.0.0 Build 32858)
  • Fixed a bug where Searched event is not returning the current view. (v2.0.0 Build 32858)
  • During searching the highlighted search term is centred. (v2.0.0 Build 32858)
  • Stability and performance improvements (v2.0.0 Build 32858)
  • Following members of ceTe.DynamicPDF.Viewer.PageDisplayMode enumeration have been renamed due to typos. When using this build, make sure the code that calls these members is updated to compile succesfully. (v2.0.0 Build 32858)
  • TwoUpContinous renamed to TwoUpContinuous (v2.0.0 Build 32858)
  • TwoUpContinousWithCoverPage renamed to TwoUpContinuousWithCoverPage (v2.0.0 Build 32858)
  • Initial Release. (v2.0.0 Build 32480)
   Compatibility
  • ceTe.DynamicPDF.Viewer.DocumentDisplayedEventHadler is renamed to ceTe.DynamicPDF.Viewer.DocumentDisplayedEventHandler. (v2.0.0)
  • ceTe.DynamicPDF.Viewer.PageDisplayMode.TwoUpContinous renamed to ceTe.DynamicPDF.Viewer.PageDisplayMode.TwoUpContinuous. (v2.0.0)
  • ceTe.DynamicPDF.Viewer.PageDisplayMode.TwoUpContinousWithCoverPage renamed to ceTe.DynamicPDF.Viewer.PageDisplayMode.TwoUpContinuousWithCoverPage. (v2.0.0)
  • ceTe.DynamicPDF.Viewer.View.CurrentScrollXPostion is obsolete. Use ceTe.DynamicPDF.Viewer.View.CurrentScrollXPosition instead. (v2.0.0)
  • ceTe.DynamicPDF.Viewer.View.CurrentScrollYPostion is obsolete. Use ceTe.DynamicPDF.Viewer.View.CurrentScrollYPosition instead. (v2.0.0)
  • ceTe.DynamicPDF.Viewer.PdfViewer.ShowToolbar property is obsolete. Use ceTe.DynamicPDF.Viewer.PdfViewer.ShowToolStrip instead. (v2.0.0)
  • ceTe.DynamicPDF.Viewer.PdfViewer.ViewerToolbar property is obsolete. Use ceTe.DynamicPDF.Viewer.PdfViewer.ToolStrip instead. (v2.0.0)
  • ceTe.DynamicPDF.Viewer.SearchedEventArgs.Completed property is obsolete. Use ceTe.DynamicPDF.Viewer.Status instead. (v2.0.0)
   Version 1.0 (Latest Build v1.0.4.31353)
   New Features
  • New ExceptionOccurred event for catching and handling exceptions. (v1.0.4)
  • Ability to specify if the Viewer gets focus when a new PDF is opened. (v1.0.3)
  • Minor improvements to search functionality. (v1.0.3)
  • Ability to retrieve page size information. (v1.0.2)
  • CJK bin file (fpdfcjk.bin) not required to view PDFs with Asian language fonts. (v1.0.2)
  • Efficient loading of PDF bookmarks. (v1.0.2)
  • Ability to retrieve page numbers of a bookmark. (v1.0.1)
  • New display/cursor mode. (v1.0.1)
  • New tool bar button to invoke search. (v1.0.1)
  • Ability to retrieve document and page information while printing. (v1.0.1)
   Bug Fixes
  • Fixed a TargetInvocationException when opening a PDF that has bookmarks. (v1.0.4 Build 31353)
  • AccessViolationException while opening certain PDFs has been resolved. (v1.0.4 Build 31353)
  • StackOverflowException while opening defective PDFs is fixed. (v1.0.4 Build 31353)
  • Resolved an issue where URLPath retrieved using PdfViewer is appended with junk characters. (v1.0.4 Build 31353)
  • Fixed an issue with FocusDocument property of DocumentDisplaying event. (v1.0.4 Build 31353)
  • Stackoverflow exception when calling FPDF_EnumPageSize method is fixed. (v1.0.4 Build 31353)
  • VC 9 dependency runtime issue is fixed. (v1.0.4 Build 31353)
  • Fixed the Previous page toolbar button issue. (v1.0.4 Build 31353)
  • Fixed the argument out of range exception caused when thumbnail icon is clicked. (v1.0.3 Build 30310)
  • Resolved an issue where the top portion of the PDF page is getting hidden behind the toolbar. (v1.0.3 Build 30310)
  • Last page and next page buttons are now enabled/disabled based on the context. (v1.0.3 Build 30310)
  • Resolved an issue with the zoom misbehaving when using the zoom buttons and manually providing zoom values. (v1.0.3 Build 30310)
  • Several minor search functionality issues are fixed. (v1.0.3 Build 30310)
  • Fixed an issue where document permissions are not correctly reflecting within the DocumentDisplaying and DocumentDisplayed event handlers. (v1.0.3 Build 30310)
  • Fixed the ViewChanged event issue where it is not firing in some instances. (v1.0.3 Build 30310)
  • Some minor navigation and zoom issues are resolved. (v1.0.3 Build 30310)
  • Resolved the issue where Next/Previous View button in context menu are enabled out of context. (v1.0.3 Build 30310)
  • Fixed an issue where invoking the print dialog for a print protected PDF was throwing an exception. (v1.0.2 Build 27580)
  • Several issues with print dialog have been resolved. (v1.0.2 Build 27580)
  • Resolved an issue where printing with different types of page ranges was not working correctly. (v1.0.2 Build 27580)
  • Fixed an issue where the text is displayed with incorrect character spacing. (v1.0.2 Build 27580)
  • Several memory leak issues have been addressed. (v1.0.2 Build 27580)
  • Issues with collate print property are resolved. (v1.0.2 Build 27580)
  • Fixed a couple of issues related to 2-up display mode. (v1.0.2 Build 27580)
  • Resolved an issue with zoom buttons not working correctly. (v1.0.2 Build 27580)
  • Fixed an issue where some of the parameters set through Print Properties dialog were not being preserved while printing. (v1.0.2 Build 27580)
  • Updated help documentation. (v1.0.2 Build 27580)
  • Resolved an issue where setting the current page mode through PageMode property was not working correctly. (v1.0.1 Build 24892)
  • Issue with page number not getting updated when scrolling between pages using hand cursor has been fixed. (v1.0.1 Build 24892)
  • Fixed a few bugs in search functionality. (v1.0.1 Build 24892)
  • Resolved a bug where the incorrect page number is being displayed. (v1.0.1 Build 24892)
  • Several issues with navigation, page mode and zoom buttons are fixed. (v1.0.1 Build 24892)
  • Fixed an issue with GetPageVisibleArea() method where the page details are missing. (v1.0.1 Build 24892)
  • Exception which calling GetCurrentView() from "Searched" event is resolved. (v1.0.1 Build 24892)
  • Fixed an issue where the link’s file name is retrieved incorrectly in the link clicked event handler. (v1.0.1 Build 24892)
  • Resolved an issue where an invalid document name is displayed in the print queue. (v1.0.1 Build 24892)
  • Updated help documentation. (v1.0.1 Build 24892)
  • Fixed the thumbnail view crash while resizing. (v1.0.0 Build 23961)
  • Added new keyboard shortcuts. (v1.0.0 Build 23961)
  • Resolved the issue where the Viewer message boxes are truncated. (v1.0.0 Build 23961)
  • Resolved an issue where highlighting and searching is not functioning correctly. (v1.0.0 Build 23961)
  • Fixed a context menu issue where an incorrect menu was displayed. (v1.0.0 Build 23961)
  • Cross thread abort error has been resolved. (v1.0.0 Build 23961)
  • Made the View class serializable. (v1.0.0 Build 23961)
  • Fixed issues of incorrect page position when Navigating to a View. (v1.0.0 Build 23961)
  • Fixed an issue with the mouse scroll wheel functionality within the Viewer control. (v1.0.0 Build 23555)
  • Initial Release. (v1.0.0 Build 23527)

Resource Center

API and Help Docs
API and Help Docs
Customer Area
Customer Area
forums
User Support Forum
license agreement
License Agreement

We’re Not The Only Ones That Think We’re Great!

Customer Testimonials