RedactItem Class |
Namespace: Opait.Redact
public sealed class RedactItem
The RedactItem type exposes the following members.
| Name | Description | |
|---|---|---|
| RedactItem |
Default constructor.
| |
| RedactItem(Int32, PdfRectangle) |
Constructor for a manually defined redaction.
| |
| RedactItem(XElement, Int32) |
Initializes an instance of the RedactItem class from the specified XElement.
|
| Name | Description | |
|---|---|---|
| EndIndex |
Gets or sets the index of the last character of the range.
| |
| IsManual |
Gets a boolean flag to indicate that the redaction was manually drawn.
| |
| OriginalText |
Gets or sets the original content of the range.
| |
| PageNumber |
The index of the PDF page where redaction resides.
| |
| RedactedText |
Gets or sets the redacted content of the range.
| |
| RuleName |
Gets or sets the name of the redaction rule that detected the word.
| |
| StartIndex |
Gets or sets the index of the first character of the range.
|
| Name | Description | |
|---|---|---|
| FromXml |
Initializes the current instance from a serialized XML element.
| |
| ToXml |
Serializes the current instance of the RedactItem class as an XElement.
|
| Name | Description | |
|---|---|---|
| Bounds |
Gets the bounding rectangle of the redacted area in PDF world coordinates.
|