RegionEvaluableReadMath Method

Reads the mathematical expression from XML on load of the document.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void ReadMath(
	XmlReader reader,
	string tagName,
	bool skipEncoding,
	FileRequestType requestType,
	FileParsingContext parsingContext
)

Parameters

reader  XmlReader
Reader to load the mathematical expression from.
tagName  String
Name of XML tag for the region.
skipEncoding  Boolean
Determines if the logic to encode expression elements should be disabled.
requestType  FileRequestType
Type of the file operation.
parsingContext  FileParsingContext
Context of the file operation.

See Also