Image Viewer CP Gold SDK ActiveX

Image Viewer CP Gold SDK ActiveX 19.5

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

For Windows Developers who need to PDF TIFF Viewer and Image Viewer , plus support TIFF with WANG Annotations, securing a PDF document, add annotation with PDF for C , C#, VB.NET , VB, Delphi, Vfp, MS Access.

Image Viewer CP Gold SDK ActiveX 9.0 Released (17 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 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.
  • added vb6, vb.net2010, c#2010 Draw Multiple Text, Highlight the Text, Pre-processing Searchable PDF samples.