Documentation and Requirements

Windows Document Imaging For Clarion

 

Minimum Requirements:

Overview:

Windows Document Imaging (WDI) is a Clarion DLL that can be linked into your Clarion program. WDI is compatible with STANDARD or ABC templates.

WDI maintains its own document file management. You simply save each document under a unique key that you provide to the wdiScan procedure.

Documentation:

WdiSetPath(Path,<UserName>,<ProductCode>,<RegCode>)
This procedure MUST be called before any other imaging procedures. It is used to set the directory to save all images and the image database files.

Pages=WdiScan(Key,Title)
This procedure calls the Twain Scanning Routines. If the KEY exists the image will be scanned over.

Error=WdiDisplay(Key,Title)
This is the main image display procedure. All images are saved to a unique file name that is created when WdiScan is called.

WdiAbout()
This procedure displays a SPLASH window the the current library version number and build date.