WriteText Method
Syntax
public void WriteText(OutputTextType textType, string text)
Parameters
- textType
Type: OutputTextType
The display type of the text according to the OutputTextType enum.
- text
Type: string
The text.
XJTAG v4.2.5
public void WriteText(OutputTextType textType, string text)
Type: OutputTextType
The display type of the text according to the OutputTextType enum.
Type: string
The text.
XJTAG v4.2.5