Click or drag to resize

RedactPageToXml Method

Serializes the current instance of the RedactPage class as an XElement.

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

Return Value

Type: XElement
The XElement that represents the current XML serialized instance of the class.
See Also