You are here: Start » FIL.NET » FIL.DebugPreviewCloseWindow

FIL.DebugPreviewCloseWindow

Closes debug preview window.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void DebugPreviewCloseWindow
(
	FilNet.DebugPreviewWindowState ioWindow
)

Parameters

Name Type Range Default Description
ioWindowFilNet.DebugPreviewWindowStateState object of window to be closed.

Description

This function will close the window bound to the specified state object (opened by DebugPreviewShowImage or DebugPreviewShowRegion) and free the resource occupied by the state object.

After call to this function, the state object will become invalid. Function invoked on an invalid state object ends with no results.

See also