| RedactItem Constructor (XElement, Int32) |
Namespace:
Opait.Redact
Assembly:
Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax 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