beautypg.com

Kofax Communication Server 10.0.0 User Manual

Page 153

background image

Client Applications

Administrator‘s Manual Version 10.0.0

©Kofax

153/187

message was opened manually or automatically (in the distributor mode), does not influence
the DDE commands.

All message window related DDE commands have to begin with ‗MSG=‘ followed by the
command keyword. (e.g. MSG=IMAGEMODE)

Command

Description

TXTMODE

Message window is displayed in text mode

IMGMODE

Message window is displayed in image mode

CLOSE

Closes the active message. Does not suppress any
messages like ‗Message not saved ...‘. Message stays in
the distributor queue.

TERMINATE

Message is removed from the distributor queue.
Command returns ‗Ok‘ on success or ‗NOk‘ in case of
problems.

SEND

Sends the active message

PRINT

Opens the print window

PAGEUP

Shows the previous screen of the message (image and
text mode)

PAGEDOWN

Shows the next screen of the message (image and text
mode)

ZOOMIN

Zoom in once (image mode only)

ZOOMOUT

Zoom out once (image mode only)

FLIP

Rotate clockwise 180 degrees (image mode only)

ROTATE

Rotate 90 degrees (image mode only)

OPTIMIZE

Optimized image view (image mode only)

FULLPAGE

Show full page (image mode only)

SHOWPAGE,nnn

Positions the viewer on page nnn. 0 shows first page with
header, 1 shows first page without header (image mode
only)

ZOOMWINDOW,ON

Starts the zoom window in invisible mode and returns the
windows handle. This handle can then be used to size and
position the window and to change between visible and
invisible by means of windows API functions (image mode
only).

ZOOMWINDOW,OFF

Closes the zoom window (image mode only)

ZOOMREFERENCE

Sets the basis for the zoom factor. For example if the
message

is

viewed

in

full

page

mode

and

ZOOMREFERENCE is executed a zoom factor of 100
references to this representation.

IMAGEVIEW,x,y,factor

Sets the x and y position in millimeter and the zoom factor
(100 = 1/1) in the main image window (image mode only).

IMAGEVIEWZOOM,x,y,factor

Sets the x and y position in millimeter and the zoom factor
(100 = 1/1) in the zoom window (image mode only).

IMAGEVIEW,IMAGEVIEWZOOM

The x and y positions are specified in millimeters from the
upper left corner of the original page. An original A4 fax
page is 21cm * 29cm. So if the lower half should be
displayed y must be set to about 150 (=150 mm).
The factor of 100 (what means 1/1) is defined by the
command ZOMMREFERENCE. The maximum zoom
factor is reached if one fax dot is represented by one
screen pixel.

IMAGEVIEW,REFRESH

Refreshes the main image window. Should be used after
‗IMAGEVIEW,x,y,factor‘ - image mode only

IMAGEVIEWZOOM,REFRESH

Refreshes the zoom window. Should be used after
‗IMAGEVIEW,x,y,factor‘ (image mode only).