Click or drag to resize
DemoRecord Constructor

» Asprise Scan Home · Developer's Guide

Initializes a new instance of the DemoRecord class

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 DemoRecord(
	string title,
	string instruction,
	string iconPath,
	string codeDisplay,
	string codeRaw,
	int order,
	bool usingDialog,
	bool dialogEditable
)

Parameters

title
Type: SystemString
instruction
Type: SystemString
iconPath
Type: SystemString
codeDisplay
Type: SystemString
codeRaw
Type: SystemString
order
Type: SystemInt32
usingDialog
Type: SystemBoolean
dialogEditable
Type: SystemBoolean
See Also