You are here: Start » FIL.NET » Invoke.DebugPreviewShowImage

Invoke.DebugPreviewShowImage

Shows image in separated window. When called first time creates new window with size fit to image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static bool DebugPreviewShowImage
(
	Fil.DebugPreviewWindowState ioState,
	Fil.Image inImage,
	string inWindowName,
	int inPosX,
	int inPosY
)

Parameters

Name Type Range Default Description
ioStateFil.DebugPreviewWindowStateState object of sustained preview window.
inImageFil.ImageImage to preview.
inWindowNamestring"Image Preview"Name of newly opened window.
inPosXintWindows defaultX coordinate of initial windows position.
inPosYintWindows defaultY coordinate of initial windows position.

See also