Click or drag to resize

RedactPageFromXml Method

Initializes an instance of the RedactPage class from the specified XElement.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public void FromXml(
	XElement xml
)

Parameters

xml
Type: System.Xml.LinqXElement
The XElement that represents a serialized instance of the class.
See Also