RegionEvaluableReadMath Method
Reads the mathematical expression from XML on load of the document.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void ReadMath(
XmlReader reader,
string tagName,
bool skipEncoding,
FileRequestType requestType,
FileParsingContext parsingContext
)
Public Sub ReadMath (
reader As XmlReader,
tagName As String,
skipEncoding As Boolean,
requestType As FileRequestType,
parsingContext As FileParsingContext
)
public:
void ReadMath(
XmlReader^ reader,
String^ tagName,
bool skipEncoding,
FileRequestType requestType,
FileParsingContext^ parsingContext
)
member ReadMath :
reader : XmlReader *
tagName : string *
skipEncoding : bool *
requestType : FileRequestType *
parsingContext : FileParsingContext -> unit
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.