What's new in this version of VintaSoftImaging.NET SDK:
- Image viewers optimized:
- Added asynchronous image loading in image viewer.
 - Increased image viewer and thumbnail viewer performance.
 - Increased visual tools working speed.
 - Fixed bug in setting rendering adjustment in image viewer.
 
 - Image processing functions optimized:
- Added new hierarchy of image processing classes.
 - Added ability to create custom image processing functions.
 - Added new image processing functions: pixelate, sepia, tile reflection, blur, edges, sharpen.
 - Allowed to convert from/to 16-bit RGB formats BGR555 and BGR565. Supported saving to BGR555 in BMP only.
 - Default thresold value was set to 384 while converting color image to black-and-white image.
 
 - TIFF codec optimized:
- Added progress indicators of image loading and saving.
 - Added ability to copy pages with JPEG compression from one TIFF file to another.
 - Changed logic of TIFF codec work. When compression is set to CCITT4 while saving non-black-and-white image it'll be converted to black-and-white and saved. In previous version the priority was set to image (all color images were saved with LZW compression in mentioned case), in current to user.
 - Optimized algorithm of work with fax TIFF images.
 
 - Optimized overall memory usage and increased performance.
 - Memory usage in PDF, JBIG2 codecs and JPEG encoder optimized.
 - Image Viewer demo updated and renamed to Imaging Demo.
 - Print Demo updated and optimized for printing PDF files.
 - Other demos updated.
 - Some minor fixes.
 
- Added ability to preview annotation thumbnail image in PropertyGrid and change that image in PropertyGrid.
 - Added ability to change Location property in PropertyGrid.
 - Fixed bug in ImageViewer.CancelAnnotationBuilding method.
 - Increased performance and optimized memory usage.
 - Some minor fixes.
 
- Added the control for displaying a PdfFont: PdfFontViewerControl.
 - Added visual tool for text selection and navigation: PdfViewerTool.
 - Added extended drawing access to PDF page: PdfEditorTool.
 - Added visual tool for selecting and extracting images from PDF page: PdfImageExtractorTool.
 - Added ability to extract PDF page text.
 - Added ability to find text in PDF document.
 - PDF Editor Demo updated and renamed to PDFStructureEditor Demo.
 - Increased performance and optimized memory usage.
 - New PDF Editor Demo created.
 - Examples have been updated.
 - Some minor fixes.
 
- Fixed image distortion bug in JBIG2 lossy encoding algorithm with enabled symbol dictionary.
 - Optimized memory usage and increased performance.
 - Some minor fixes.