Click or drag to resize
SampleScanFormAppendText Method

» Asprise Scan Home · Developer's Guide

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AppendText(
	RichTextBox box,
	string text,
	Color color,
	Color bgColor,
	bool AddNewLine = true
)

Parameters

box
Type: System.Windows.FormsRichTextBox
text
Type: SystemString
color
Type: System.DrawingColor
bgColor
Type: System.DrawingColor
AddNewLine (Optional)
Type: SystemBoolean
See Also