Click or drag to resize
SourcexmlAttrAsInt Method

» Asprise Scan Home · Developer's Guide

Reads XML attribute and returns its int value.

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 int xmlAttrAsInt(
	XmlReader reader,
	string attrName,
	int defaultValue
)

Parameters

reader
Type: System.XmlXmlReader
attrName
Type: SystemString
defaultValue
Type: SystemInt32

Return Value

Type: Int32
See Also