Click or drag to resize
ScanUtilswriteElementDict Method

» Asprise Scan Home · Developer's Guide

Writes dictionary 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 writeElementDict(
	XmlDictionaryWriter writer,
	string elementName,
	Dictionary<string, string> dict,
	bool skipIfDictIsEmpty = true
)

Parameters

writer
Type: System.XmlXmlDictionaryWriter
elementName
Type: SystemString
dict
Type: System.Collections.GenericDictionaryString, String
skipIfDictIsEmpty (Optional)
Type: SystemBoolean
See Also