Window

CascadeAllWindows, MaximizeCurrentDocument, MinimizeCurrentDocument, SetSingleWindow, TileCompare, TileCompareBorder, TileCompareTiles, TileHorWindows, TileVertWindows

CascadeAllWindows

This function runs the Window > Cascade command.

Description 

 CascadeAllWindows();

This function arranges all opened documents to a cascade arrangement.

MaximizeCurrentDocument

Description 

 MaximizeCurrentDocument();

This function maximizes the current document within the application window.

MinimizeCurrentDocument

Description 

 MinimizeCurrentDocument();

This function minimizes the currently active document to the bottom left corner of the application screen.

SetSingleWindow

Description 

 SetSingleWindow();

This function runs a single window mode. The open documents can't be tiled or cascaded then.

TileCompare

Description 

 TileCompare(
   int  TileCompare
);

This function arranges the first of the two document windows next to each other.

Parameters

int TileCompare

Compare view mode.

0

Compare view off.

1

Compare view on.

TileCompareBorder

Description 

 TileCompareBorder(
   int  TileBorder
);

Defines the width of the line separating two images shown in the Compare View mode available in the Compact layout.

Parameters

int TileBorder

Separation line thickness in pixels.

TileCompareTiles

Description 

 TileCompareTiles(
   int  TileViews
);

Turns on/off the Compare View mode in the Compact layout.

Parameters

int TileViews

Compare View mode.

0

Off

1

On

TileHorWindows

This function runs the Window > Tile Horizontally command.

Description 

 TileHorWindows();

This function arranges all opened document windows horizontally. All the windows become visible.

TileVertWindows

This function runs the Window > Tile Vertically command.

Description 

 TileVertWindows();

This function arranges all opened document windows vertically. All the windows become visible.