共用方式為


CheckScanner.BeginInsertion(Int32) Method

Definition

Starts the document insertion process.

public abstract void BeginInsertion (int timeout);
abstract member BeginInsertion : int -> unit
Public MustOverride Sub BeginInsertion (timeout As Integer)

Parameters

timeout
Int32

Specifies the number of milliseconds before failing the method. If timeout is set to 0 (zero), the method tries to begin insertion mode, returns immediately if this is successful. Otherwise, an exception is thrown. If timeout is set to WaitForever, the method tries to begin insertion mode, waits as long as needed until either the check is inserted or an error occurs.

Applies to