PosPrinter.BeginInsertion(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.