Software Companions - PDF, DWF, PLT and TIFF Viewing and Conversion Software

scViewerX Version 6.60

Highlights in this release:

  • New text search functionality
  • New markup shape type
  • New points can now be added to a counter element
  • Points can now be removed from a counter element
  • Now writes PDF files with version 1.7

ActiveX Viewer

New Markup Shape Types

The new MarkupShapeSettings function can be used to select what kind of shape you want to add to the document. To start adding approved/checkmark shape type to your files you can use the following code:
MarkupShapeSettings( 0, 10.0, 0x00FF00 );
MarkupDrawElement( 26 );
Set shape type to 0, the size to 10 mm and using green color.

To start adding the reject shape type you can use the following code:
MarkupShapeSettings( 1, 10.0, 0x0000FF );
MarkupDrawElement( 26 );
Set shape type to 1, the size to 10 mm and using red color.
A shape element will be added each time the left-mouse button is clicked.


You may now move, add and delete points in an existing counter element.


All exported PDF files will now be written using version 1.7.


ActiveX Viewer
Drawing with approved and rejected shape types

A complete list of changes can be found here:


scViewerX Updates