Window

MaximizeCurrentDocument, SetSingleWindow, TileCompare, TileCompareBorder, TileCompareTiles

MaximizeCurrentDocument

Description 

 MaximizeCurrentDocument();

This function maximizes the current document within the application window.

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