What's new in Image Viewer CP Pro ActiveX 21.5

Jan 15, 2024
  • Added OnMouseWheel event. You can capture MouseWheel events in your application to change pages or zooming by scrolling mouse wheel and check if the Ctrl,Shift, left/middle/right mouse button was pressed.
  • Added Middle Mouse events. MMouseButtonDown, MMouseButtonUp, MMouseButtonDblClk events. e.g. When you double click Middle Mouse button, then you can Print the image.
  • Added SetControlFocus method, let the control received the OnMouseWheel event if the control lost the focus.
  • Added GetCurrentPage method, it will return current page number if you loaded multi-page PDF or TIFF file.
  • Updated VB6, C#2010, C#2019, VB.NET 2010, VB.NET 2019 Samples ( change pages by scrolling mouse wheel).

New in Image Viewer CP Pro ActiveX 21.0 (Sep 28, 2023)

  • Fixed memory issue and cannot display the pdf when load about 30 pdf files. (for Advanced PDF Viewer and PDF Edit Plug-in)
  • Updated OCR engine. now support more than 50 languages such as Arabic, Chinese, French, Japanese, Indonesian, Hebrew, Russian, Korean, Polish, Thai, Vietnamese.
  • Added Page Segmentation mode when OCR. It can improve your OCR Accuracy. In old version, it will OCR page of text .If you’re just seeking to OCR a small region, you can use different Page Segmentation mode.
  • Added OCRPDFAFileCompleted event , you can checking created the PDF/A file whether success or failed when use OCR2SearchablePDF or OCR2SearchableMultipagePDF method with asynchronous mode.
  • Updated OCR2SearchablePDF or OCR2SearchableMultipagePDF method with blocking mode. it will return true if create PDF/A file successful, otherwise return false.
  • Fixed sometime cannot create PDF/A file when use OCR2SearchablePDF or OCR2SearchableMultipagePDF method with asynchronous mode.
  • Added OCR2SearchablePDFFontFile, OCR2SearchablePDFFontName properties.
  • Removed viscomocrconverter.dll, now it use Page Segmentation mode to improve OCR Accuracy.
  • Updated VB6, C#2010, C#2019, VB.NET 2010, VB.NET 2019, VFP OCR, OCRPDF Samples.

New in Image Viewer CP Pro ActiveX 20.0 (May 13, 2023)

  • Added PDFWriter features, you can create a PDF from scratch, create a new page to the document, add text, add image, add line, add rectangle, add Ellipse to document.Use this new features you can genereate PDF Invoice, PDF Receipt, PDF Quotation, PDF Report etc. PDFWriter features included in Advanced PDF Viewer, PDF Edit plugin. Please see this screenshot http://www.viscomsoft.com/doc/create-pdf-invoice.jpg
  • Improved draw transparent PNG quality in DrawImage, DrawImageEx,DrawImageHBITMAP methods. Please see this screenshot http://www.viscomsoft.com/doc/compare-issue.jpg
  • Improved the convert speed of ConvertTo1bpp, CovertTo4bpp ,CovertTo8bpp, CovertTo8bppGrayScale , CovertTo16bppRGB555, CovertTo16bppRGB565, CovertTo24bpp, CovertTo32bpp , CovertTo32bppARGB methods.
  • Added PDFWriterAddPage, PDFWriterCreatePDF, PDFWriterDrawText, PDFWriterDrawImage, PDFWriterDrawEllipse, PDFWriterDrawLine, PDFWriterDrawRectangle, PDFWriterClearAll methods.
  • Added C# 2010, C# 2019, VB6, VB.NET 2010, VB.NET 2019 PDFWriter Sample. This sample show you How to use PDFWriter features to genereate PDF Invoice.

New in Image Viewer CP Pro ActiveX 19.5 (Jan 24, 2023)

  • Fixed cannot load the Big Page (e.g. 84.25 x 60.04 or 10784x7684 page size) of PDF file, it will display blank page.
  • Updated FileName, LoadMultiPage, PrintImage, PrintImage2Printer Rotate90, Rotate180, Rotate270, Rotate methods for load the BIG page of PDF file.
  • Updated PrintImage method, it can set PrintCopies, PrintOrientation PrintScale properties programmatically.e.g. When Print Dialog display, if you may set PrintCopies =2 , then user click print. It will print the image two times automatically.

New in Image Viewer CP Pro ActiveX 19.0 (May 19, 2022)

  • Updated Advanced PDF Viewer , fixed cannot display text on some PDF version 1.7 files and some text field cannot display in Fillable PDF file.
  • Fixed use Advanced PDF Viewer load the PDF file, then call Save or SaveBySize or PrintImage method. It will locked the PDF file
  • Fixed output PDF file cannot open when call OCR2SearchableMultipagePDF or OCR2SearchablePDF method.
  • Updated the OCR engine. Now it is more easy to use and install. support English, German, Fraktur, Italian, Dutch, Portuguese,Spanish language dictionary only. Now output searchable PDF file will increase accuracy.
  • Updated output PDF image quality when you input PDF file and call OCR2SearchableMultipagePDF or OCR2SearchablePDF method.
  • Added three new OCRRecognizeMode (3-5) modes. Clear Text Background Mode, Clear Text Background Plus enhance brightness Mode and Clear Noise Mode. It will improve the OCR quality and increase accuracy.
  • Removed OCR2SearchablePDFFontFile, OCR2SearchablePDFFontName properties.
  • Fixed OCR2SearchableMultipagePDF or OCR2SearchablePDF method, it cannot OCR last character of image.
  • Added viscomocrconverter.dll.
  • Updated MS Access 2016, VB.NET 2010, VB.NET 2019, C#2010, C#2019, VB6, VFP OCR,OCRPDF samples.

New in Image Viewer CP Pro ActiveX 18.0 (Oct 20, 2021)

  • Fixed inserted texts vertically flipped or mirror issue when use PDFEditAddWatermarkText1 and PDFEditAddWatermarkText2 methods.
  • Fixed inserted image vertically flipped or mirror issue when use PDFEditAddWatermarkImage methods.
  • Updated PDFEditDeletePage method , after deleted the page, it will reduce PDF file size.
  • Updated PDFEditSplit method , after split the PDF files.it will reduce the both PDF files size (In old version, if PDF file size is 100MB, after split PDF into two PDF files. The file size remain 100MB for Each PDF file.)
  • Updated PDFEditMergeEx method, It will reduces the size of a Merged PDF file for selected the start page and end page.
  • Updated PDFEditAddPage method, it will reduce the output PDF files size. The old verson will double the output PDF file size.
  • Added PrintImage and PrintImage2Printer methods support display the text in multiple pages if inserted text using DrawText for multiple pages.
  • Updated VB.NET 2010, VB.NET 2019 PDFEdit samples.

New in Image Viewer CP Pro ActiveX 17.0 (Jul 8, 2021)

  • fixed open PDF file, but some pdf images don’t seem as clear, particularly if the image has a shading behind the text. ( for Advanced PDF Viewer and PDF Edit plugin only)
  • added Anti-Aliasing improvement for zoom in or zoom out PDF file or call View , Viewsize properties, e.g. opened PDF file, then zoom in repeatedly. now the image quality will clear and Anti-Aliasing. ( for Advanced PDF Viewer and PDF Edit plugin only)
  • added PDFUnicodeLoadMultiPage method, it support open PDF filename with unicode characters. ( for Advanced PDF Viewer and PDF Edit plugin only)
  • added PrintUseDefaultPreference property. The user can set Printer Preferences in windows control panel - Devices and Printers. When you Print the image, you want to use these Printer basic setting. You may set PrintUseDefaultPreference= true.
  • fixed cannot use Image Viewer Cp pro and latest version of Scanner ActiveX on same form issue.

New in Image Viewer CP Pro ActiveX 16.0 (Feb 11, 2021)

  • Fixed open some PDF files cannot display the text content and fixed show the incorrect margin ( for Advanced PDF Viewer and PDF Edit plugin only).
  • Added support open XPS (Open XML Paper Specification), OXPS file (for Advanced PDF Viewer and PDF Edit plugin only).
  • Added IsSaveMultiPage property that allow Enable/Disable saving Single or MultiPage PDF/TIF. If you call LoadMultiPage("c:\test.pdf",2) , you want to output page 2 TIF/PDF file only. you may set IsSaveMultiPage=false before call LoadMultiPage method.
  • Updated VB6, VFP, C#2010, C#2019, VB.NET 2010, VB.NET 2019 General sample.

New in Image Viewer CP Pro ActiveX 15.0 (Dec 16, 2019)

  • Fixed PDFEditMerge method that some specific pdf files it does not merge issue.
  • Fixed Save method that input 1 bpp TIFF file, then save to TIF or PDF, output inverted color issue.
  • Added PDFEditMergeEx method that can combine two PDF Files from specific pages.
  • Added PDFEditMergeWithBookmarks method that can Combine two PDF Files.
  • Added PDFEditRotate method that can Rotating specific page to 90,180,270 degrees.
  • Added PDFEditMasking method that can Cover any unwanted page content with opaque rectangles.
  • Updated PDFEditMerge, PDFEditSplit, PDFEditDeletePage, PDFEditAddPage, PDFEditAddWatermarkImage, PDFEditAddWatermarkLines, PDFEditAddWatermarkText1, PDFEditAddWatermarkText2, PDFEditCrop, PDFEditEncrypt, PDFEditGetFileInfo, PDFEditImageExtract
  • Methods that return true or false values.
  • Updated VB6, C# 2010, VB.NET 2010 samples
  • Added VB.NET 2019 and C# 2019 samples.

New in Image Viewer CP Pro ActiveX 14.5 (Dec 16, 2019)

  • Fixed When calling OCRStartScan() or OCR2SearchableMultipagePDF() OCR2SearchablePDF(), if the region you have selected the zone using OCRSetRect() is a blank area with no text, it have crash issue.
  • Fixed cannot use latest version of Scanner Pro or Scanner SDK ActiveX in same form.

New in Image Viewer CP Pro ActiveX 14.0 (Dec 16, 2019)

  • Added Advanced Barcode Recognition for PDF features, it can Open the PDF, Get the total count of images for specific PDF page and scan the Barcode for specific image. It can improved the barcode recognition. In old version cannot detected Barcode on PDF file. now it can solved it.
  • Fixed when call FileName property to loading the pdf file that does not existing, then call LoadMultiPage method, it will crash issue.
  • Improved the barcode recognition. when set BarCodeReadScanAccuracy= true, it will get better recognition result.
  • Fixed PDFEditAddWatermarkText1 method , if the text aligning to the bottom, but half of the text goes down from the page.
  • Updated PDFEditAddWatermarkImage, PDFEditAddWatermarkText2 methods , now coordinate parameters is Centimeters unit.
  • Updated VB6, VB.NET 2010, VB.NET 2015, C# 2010, C# 2015 's PDFAnnotation and PDFEdit Samples.
  • Added MS Access 2016 General, Barcode reader, OCRPDF samples.
  • Updated VB6, VB.NET 2010, VB.NET 2015 Barcode reader samples.
  • Added BarCodeReadPDFClose, BarCodeReadPDFImageCount, BarCodeReadPDFOpen, BarCodeReadPDFScan methods.

New in Image Viewer CP Pro ActiveX 13.5 (Dec 17, 2017)

  • added support allow add Image Watermark to specific page of existing PDF File without displaying. (For Advanced PDF Viewer and PDF Edit plug-in)
  • added support allow add Text Watermark with alignment and rotate the text to specific page of existing PDF File . (For Advanced PDF Viewer and PDF Edit plug-in)
  • added support allow add Lines Watermark to specific page of existing PDF File without displaying. (For Advanced PDF Viewer and PDF Edit plug-in)
  • added support allow add user password to existing PDF File without displaying. (For Advanced PDF Viewer and PDF Edit plug-in)
  • added support extract the images files from PDF file. (For Advanced PDF Viewer and PDF Edit plug-in)
  • Improve the Barcode Recognition Speed, it support custom define different parameter of Barcode reader engine. Including enable/disable rotation with different angle, enable/disable scan multiple barcode, Enable/Disable spend more time to try to find a barcode, optimize for accuracy.
  • added PDFEditAddWatermarkImage, PDFEditAddWatermarkLines, PDFEditAddWatermarkText1, PDFEditAddWatermarkText2, PDFEditEncrypt, PDFEditImageExtract methods.
  • added BarCodeReadCustomRotation, BarCodeReadScan45CouterRotation, BarCodeReadScan45Rotation, BarCodeReadScan90Rotation, BarCodeReadScanAccuracy, BarCodeReadScanMultiple, BarCodeReadScanWithoutRotation properties.
  • updated VB6, VB.NET 2010, VB.NET 2015 PDFEdit samples.
  • updated VB6, VB.NET 2010, VB.NET 2015, C# 2010, C# 2015, VFP BarcodeReader samples.

New in Image Viewer CP Pro ActiveX 13.0 (Jul 27, 2016)

  • added support allow use JPEG compression when save to PDF file. It can reduce PDF
  • document size.
  • added support set the paper size when save to PDF file.
  • added new OCR engine, improve the recognized quality and support for more than 50
  • languages such as Arabic, Chinese, French, Japanese, Indonesian, Hebrew, Russian,
  • Korean, Polish, Thai, Vietnamese...
  • added support select the font name or font file name when save to Unicode PDF/A file.
  • added support output OCR to Unicode Searchable PDF/A.
  • added support set Unicode to PDFAuthor, PDFCreator, PDFProducer, PDFTitle,
  • PDFSubject, PDFKeyword when save to PDF/A file.
  • added PDFPaperSize property.
  • added OCR2SearchablePDFFontName, OCR2SearchablePDFFontFile property.
  • updated VB6, C# 2010, C#2015, VB.NET 2010, VB.NET 2015 samples.

New in Image Viewer CP Pro ActiveX 12.6 (May 13, 2016)

  • fixed LoadFromByteArray method on 64 bit OS issue.

New in Image Viewer CP Pro ActiveX 12.5 (Oct 16, 2015)

  • redesign the barcode reader plugin, now support 1D and 2D barcode. Supported UPC-A, UPC-E, EAN-8, EAN-13, Code 39, Code 93, Code 128, ITF, Codabar, MSI, RSS-14 (all variants), QR Code, Data Matrix, Aztec and PDF-417.
  • improved barcode recognition quality.
  • fixed cannot print large TIFF file issue.
  • fixed load PDF file , then save to PDF file, the page size or resolution have not keep original size issue.
  • changed Barcode writer plugin that include 1D Barcode writer and QR Barcode writer now.
  • updated VB6, VB.NET 2010, C#2010, VFP Barcode reader samples.

New in Image Viewer CP Pro ActiveX 12.1 (Oct 17, 2014)

  • fixed when call PDFUseAdvancedViewer = True, then load PDF files, save or print to TIF or PDF file failed issue.

New in Image Viewer CP Pro ActiveX 12.0 (Jul 26, 2014)

  • fixed when load multipage document, go to certain page to call DrawFillRectangle, DrawArc, DrawBezier, DrawEllipse, DrawFillEllipse, DrawFillPie, DrawLine, DrawPie, DrawRectangle, DrawTexturedLine and save to TIFF or PDF file. The saved not correctly, none of these format saved.
  • added support Pre-processing Searchable PDF (For these feature, you need purchased OCR plugin). In past you call OCR2SearchableMultipagePDF, it will directly output searchable PDF file, you have not chance to add , delete or edit the recognized text. Now it added OCR2SearchableTextFile and OCRTextFile2SearchablePDF methods and OCRPDFATextFile event , let you output searchable PDF text file. you have chance change the text before output searchable PDF.You may let the text of Searchable PDF file more accuracy or add hidden text on searchable PDF file.
  • fixed when load multipage document, go to certain page to call DrawText and save to TIFF or PDF file. DrawText it doesn’t save all the Drawtext on one page, it only save the last DrawText. Now it support multiple DrawText , Each DrawText should has its own setting(TextAlpha, TextColor, TextFontName, TextFontStyle, TextStyle) .
  • fixed when load multipage document, go to certain page to call DrawImage and save to TIFF or PDF file. DrawImage it doesn’t save all the DrawImage on one page, it only save the last DrawImage. Now it support multiple DrawImage , Each DrawImage should has its own setting .
  • added AutoZoom method, now you may call DrawSelectionRect, then call AutoZoom, It will auto zoom selection rectangle area.
  • added LoadImageFromURLCompleted event, now you may call LoadImageFromURL , It will fired LoadImageFromURLCompleted event when image loaded.
  • added ClearDrawArcByIndex, ClearDrawBezierByIndex, ClearDrawEllipseByIndex, ClearDrawFillEllipseByIndex, ClearDrawFillPieByIndex, ClearDrawImageByIndex, ClearDrawLineByIndex, ClearDrawPieByIndex, ClearDrawRectangleByIndex, ClearDrawTextByIndex, ClearDrawTexturedLineByIndex methods.Support clear specific index of DrawXXX call.
  • added GetCountDrawFillRectangle, GetCountDrawArc, GetCountDrawBezier, GetCountDrawEllipse, GetCountDrawFillEllipse, GetCountDrawFillPie, GetCountDrawImage,GetCountDrawLine, GetCountDrawPie, GetCountDrawRectangle, GetCountDrawText, GetCountDrawTexturedLine methods. Support get the count of specific of DrawXXX call.
  • fixed OCR2SearchableMultipagePDF bugs when call Crop method.
  • fixed use TIFCompression and then call OCR2SearchableMultipagePDF or OCR2SearchablePDF crash issue.
  • added vb6, vb.net2010, c#2010 Draw Multiple Text, Highlight the Text, Pre-processing Searchable PDF samples.
  • updated VFP samples.

New in Image Viewer CP Pro ActiveX 11.1 (Mar 17, 2014)

  • fixed when call PDFUseAdvancedViewer = True, then load PDF files,
  • each opened pdf’s file handle locked issue.

New in Image Viewer CP Pro ActiveX 11.0 (Mar 17, 2014)

  • added allow add QR Barcode writer plugin to output QR Barcode.
  • added QRWriterSave, QRWriterSaveHBITMAP method

New in Image Viewer CP Pro ActiveX 10.5 (May 29, 2013)

  • added allow add QR Barcode Reader plugin decode the QR Barcode.
  • added QRBarcodeReadFullPage, QRBarcodeGetValue methods.
  • added QRFirstCornerX, QRFirstCornerY,QRSecondCornerX, QRSecondCornerY,QRThirdCornerX,QRThirdCornerY, QRFourthCornerX,QRFourthCornerY properties.
  • added QRBarcode reader VB6, VB.Net 2010, C# 2010 samples.

New in Image Viewer CP Pro ActiveX 10.1 (May 29, 2013)

  • improved when center the image ( View=12 ), now it can zoom in , zoom out, rotate, flip vertical or flip horizontal.
  • support on Window 8

New in Image Viewer CP Pro ActiveX 10.0 (May 29, 2013)

  • added Advanced PDF Viewer and PDF Edit plug-in, it support displaying PDF file faster, displaying better quality and support more PDF files. Supported Merge PDF files, Split a multi-page PDF File, Add the PDF File to specific position of existing PDF File, Delete Page of PDF file and Crop specific part of PDF file.
  • fixed displaying some JPEG file crash issue.
  • updated Barcode reader, fixed cannot detect some Code 128 barcode.
  • added PDFUseAdvancedViewer property.
  • added PDFEditAddPage, PDFEditCrop, PDFEditDeletePage, PDFEditGetFileInfo,PDFEditMerge,PDFEditMerge methods.
  • added vb6, vb2010 PDFEdit samples.

New in Image Viewer CP Pro ActiveX 9.4 (Dec 20, 2011)

  • added digital signed for ocx and exectuable of installer files.
  • added vb.net 2010 and c# 2010 samples , fixed samples cannot run on 64 bit OS issue.

New in Image Viewer CP Pro ActiveX 9.3 (Nov 11, 2011)

  • added RefreshAfterLoadImage property, it allow enable/disable refresh the screen after called FileName property or LoadMultiPage method. It can improve flickering.
  • updated PSD decoder.
  • fixed TIFF decoder issue when load TIFF multipage file, the page refresh not correct.

New in Image Viewer CP Pro ActiveX 9.2 (Nov 11, 2011)

  • added support read Photoshop PSD file and read each layer information, e.g. layer name, layer image size , opacity value and allow export specific layer to transparent PNG file.
  • fixed sometime cannot output PDF/A file when set PDFUseJPEGCompression= true.
  • added allow use Asynchronous Mode when call OCR2SearchableMultipagePDF, it will not blocking the UI, it will fire OCRPDFA event when recognition process.
  • added PSDGetLayerCount, PSDGetLayerHeight, PSDGetLayerLeft, PSDGetLayerName, PSDGetLayerOpacity,PSDGetLayerTop, PSDGetLayerWidth,PSDShowLayerImage methods.
  • added OCRPDFA event.
  • added vb6, vb.net PSD layer sample.
  • updated vb6, vb.net, c#, vfp OCR to searchable PDF sample.

New in Image Viewer CP Pro ActiveX 9.0 (Nov 11, 2011)

  • added support search the text in your PDF. Matches to your search terms will be highlighted or draw the rectangle. Custom define highlighted or rectangle color.
  • fixed view the fax documents (TIFF) that display wrong aspect ratio issue.
  • fixed wrong aspect ratio issue for Save, Image2PDF, PrintImage, PrintImage2Printer, OCR2SearchablePDF, OCR2SearchableMultipagePDF methods when open the fax documents.
  • added PDFFindTextDrawRect, PDFFindTextFillRect methods..

New in Image Viewer CP Pro ActiveX 8.8 (Nov 11, 2011)

  • improved OCR engine. Now OCR processing will more accurate when you call OCRStartScan or OCR2SearchablePDF or OCR2SearchableMultipagePDF methods.
  • fixed repeat OCR same document, each time OCR text result will different issue.
  • updated Barcode reader, Now barcode reader will more accurate.

New in Image Viewer CP Pro ActiveX 8.5 (Nov 11, 2011)

  • added DICOM plugin support display DICOM images, read all patient metadata from DICOM images.
  • fixed draw a selection rectangle from center to upper left(make sure you go to 0 on top or left) , then Crop, Crop2Clipboard, Crop2HBITMAP, Crop2Image methods failed issue.
  • updated DrawSelectionRect method.
  • fixed display multi-page TIF files, reset to the default zoom level issue, now it will set the same zoom level on the next page.
  • added DICOMDisplayAllFrame, DICOMDisplayAllFrameStartFrom, DICOMGetTagsSubItemName, DICOMGetTagsSubItemValue, DICOMGetTagsSubItemCount, DICOMGetTagsName, DICOMGetTagsCount, DICOMDisplayFrame, DICOMLoadImage, DICOMGetTotalPage methods.
  • added DICOMPlaying event.

New in Image Viewer CP Pro ActiveX 8.0 (Nov 11, 2011)

  • added allow add barcode writer plugin generate Codabar, Codec 11, Code128A, Code128B, Code128C, Codec 3 of 9, Industrial 2 from 5, Interleave 2 from 5, Matrix 2 from 5, Code 128, EAN 8, EAN 13, Plessey, UPC-A, UPC-E Barcode.
  • added Blank Page detection, Get the Confidence value of specific page.
  • added allow set the alignment of text when call drawtext method.
  • added allow draw image from HBITMAP handle.
  • added BarCodeWriterFitToRect, BarCodeWriterGetErrorMessage, BarCodeWriterLeftTopPos, BarCodeWriterPreview, BarCodeWriterSave, BarCodeWriterSaveHBITMAP,
  • BarCodeWriterSetFontSize, BarCodeWriterSetHeight, BarCodeWriterSetOutputArea, BarCodeWriterSetStandard, BarCodeWriterSetValue, BarCodeWriterShowCheckDigit, BarCodeWriterShowText methods
  • added DrawImageHBITMAP, DrawTextAlignment, DeleteBitmapHandle method.
  • added BlankPageGetConfidence and BlankPageIsBlank methods.

New in Image Viewer CP Pro ActiveX 7.5 (Nov 11, 2011)

  • fixed open some tiff, report wrong page no.issue
  • fixed change view property , it have setfocus issue.
  • added draw arc, bezier, ellipse, circle, line, pie, rectangle, filled ellipse, filled pie, filled rectangle, texture line with alpha channel support. (You may use DrawFillRectangle method highlight the text on image)
  • added allow use JPEG compression, adjust quality when call OCR2SearchablePDF and OCR2SearchableMultipagePDF methods ) . it can output small size of PDF/A file.
  • added allow use Anti-Aliasing algorithm when call drawtext method.
  • added allow accept drop file from window explorer.
  • added draw overlay image with user define resolution,interpolation mode.
  • added allow use Asynchronous Mode or Blocking Mode for OCRStartScan method.
  • added OCRScanTextAsync method.
  • added ClearDrawArc, ClearDraBezier, ClearDrawEllipse, ClearDrawFillEllipse, ClearDrawFillPie,ClearDrawFillRectangle, ClearDrawLine, ClearDrawPie, ClearDrawRectangle, ClearDrawTexturedLine, ClearDrawPageOnly methods.
  • added DrawArc, DrawBezier, DrawEllipse, DrawFillEllipse, DrawFillPie, DrawFillRectangle, DrawLine, DrawPie, DrawRectangle, DrawTexturedLine, DrawImageEx methods.
  • updated DrawText method.
  • added EnableDropFile property.
  • added PDFJPEGQuality, PDFUseJPEGCompression properties.
  • updated samples.

New in Image Viewer CP Pro ActiveX 7.2 (Nov 11, 2011)

  • added rotate image at specific angle.
  • added get the type of compression of TIFF file.
  • added Export specific pages from multipage TIFF without decoding the TIFF.
  • updated TIFMergeMultiFiles method that allow custom delimit substrings.
  • fixed the refresh desktop issue when call Zoom to Width, Zoom to Height.
  • updated OCR engine, the recognizing time will faster than old version 3 times when use OCRStartScan,OCR2SearchableMultipagePDF, OCR2SearchablePDF methods.
  • updated BarCode Reader engine, improved the recognizing quality.
  • added RotateAt, TIFExportPages, TIFGetCompressionInfo methods.

New in Image Viewer CP Pro ActiveX 7.0 (Oct 5, 2009)

  • added support MNG, JNG, Raw image (cr2, nef , crw, mrw, raf, erf, 3fr, dcr, raw, dng, pef, x3f, arw, sr2, mef, prf) image format
  • added allow rotate multipage TIFF or PDF or rotate specific page no.
  • added allow adjust the DPI when loading PDF file. It may improved the PDF quality when convert PDF to PDF file.
  • added PDFRenderDPIX, PDFRenderDPIY properties.
  • added ClearRotateMultiPageOnly, RotateMultiPage, RotateMultiPageOnly methods.

New in Image Viewer CP Pro ActiveX 6.5 (Apr 8, 2009)

  • added barcode reader plug-in module.
  • improved render pdf file and save to pdf quality.
  • added Median filter for remove noise.
  • added allow save to 1 bit, 4bit, 8bit, 24 bit TIFF with LZW compression.
  • added when call CovertTo1bpp, CovertTo4bpp, CovertTo8bpp, CovertTo8bppGrayScale, CovertTo16bppRGB555, CovertTo16bppRGB565, CovertTo24bpp, CovertTo32bpp, CovertTo32bppARGB methods, it will affect the file size when output TIFF or PDF file.
  • added draw overlay text or image can draw on specific page only.
  • updated Blur effect.
  • added BarCodeGetScore, BarCodeGetType, BarCodeGetValue, BarCodeReadByZone, BarCodeReadFullPage, ClearDrawPageOnly, DrawPageOnly, Median methods.
  • updated Blur methods.

New in Image Viewer CP Pro ActiveX 2.5 (Aug 2, 2006)

  • added Lightness, Brightness, Contrast, Diffuse, Emboss and more effects.
  • redesign Read/Write EXIF information method, now it can read all EXIF tags.
  • redesign printing method.
  • added photo border.
  • added alpha value of overlay text.
  • added overlay image features.