Image Viewer CP Pro SDK ActiveX

Image Viewer CP Pro SDK ActiveX 21.5

Release Date : 2014-07-20

Platform : Windows 10, Windows 8, Vista, Windows 7, XP

It is a PDF Viewer and Document Viewer SDK , Export to PDF ,Image processing, 1D and 2D Barcode Reader, Writer, DICOM and OCR with C#, C , VB.NET , VB, Delphi, Vfp, MS Access.

Image Viewer CP Pro SDK ActiveX 12.0 Released (20 July, 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 ClearDrawImageByIndex, ClearDrawTextByIndex, ClearDrawArcByIndex, ClearDrawBezierByIndex,  ClearDrawEllipseByIndex, ClearDrawFillEllipseByIndex, ClearDrawFillPieByIndex, ClearDrawImageByIndex, ClearDrawLineByIndex, ClearDrawPieByIndex, ClearDrawRectangleByIndex, ClearDrawTextByIndex, ClearDrawTexturedLineByIndex methods.Support clear specific index of DrawXXX call.
  • added ClearDrawImage, ClearDrawText methods.
  • 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.