Click or drag to resize
ScanUtilswriteElementInt Method

» Asprise Scan Home · Developer's Guide

Writes int value to JSON.

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 writeElementInt(
	XmlDictionaryWriter writer,
	string elementName,
	int value
)

Parameters

writer
Type: System.XmlXmlDictionaryWriter
elementName
Type: SystemString
value
Type: SystemInt32
See Also