Click or drag to resize

IMcCaptDevicePreview Method

Starts or stops preview using the UI.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Sub Preview ( 
	PreviewCmd As mcCaptPreviewCmd
)

Parameters

PreviewCmd
Type: MediaCy.IQL.CapturemcCaptPreviewCmd
Set to mcPreviewCmd_NoChange, mcPreviewCmd_Begin, or mcPreviewCmd_End to control Preview
Remarks
Call this method to start or stop the preview using the UI to create and destroy the preview window. This method fires an event that the UI uses to start or stop preview using the BeginPreview and EndPreview calls. This method is the one that would be recorded for a macro script.
See Also