Share via


PosPrinter.BeginInsertion(Int32) Method

Definition

Starts form insertion processing. BeginInsertion is paired with the EndInsertion method to control form insertion.

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

Parameters

timeout
Int32

The timeout parameter gives the number of milliseconds before failing the method.

Applies to