Click or drag to resize
ScanUtilswriteElementDecimal Method

» Asprise Scan Home · Developer's Guide

Writes decimal 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 writeElementDecimal(
	XmlDictionaryWriter writer,
	string elementName,
	decimal value
)

Parameters

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