Click or drag to resize

RedactItem Constructor (XElement, Int32)

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

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public RedactItem(
	XElement xml,
	int pageNumber
)

Parameters

xml
Type: System.Xml.LinqXElement
The XElement that represents a serialized instance of the class.
pageNumber
Type: SystemInt32
The index of the page that owns the redaction data.
See Also