Executes image processing preview dialog. Allows to specify form size.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool DoImageProcessingPreviews(
	IEImage..::..ImProcPages pages,
	bool isResizeable,
	int formWidth,
	int formHeight
)
Public Function DoImageProcessingPreviews ( _
	pages As IEImage..::..ImProcPages, _
	isResizeable As Boolean, _
	formWidth As Integer, _
	formHeight As Integer _
) As Boolean
public:
bool DoImageProcessingPreviews(
	IEImage..::..ImProcPages pages, 
	bool isResizeable, 
	int formWidth, 
	int formHeight
)

Parameters

pages
IEImage..::..ImProcPages
the set of the image processing pages to show in the dialog
isResizeable
Boolean
If true the user can resize the dialog.
formWidth
Int32
Controls the initial form width. -1 = default value.
formHeight
Int32
Controls the initial form height. -1 = default value.

Return Value

Returns true if user presses OK.

See Also