Click or drag to resize

RedactItem Class

Class represents a single redaction item.
Inheritance Hierarchy
SystemObject
  Opait.RedactRedactItem

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public sealed class RedactItem

The RedactItem type exposes the following members.

Constructors
  NameDescription
Public methodRedactItem
Default constructor.
Public methodRedactItem(Int32, PdfRectangle)
Constructor for a manually defined redaction.
Public methodRedactItem(XElement, Int32)
Initializes an instance of the RedactItem class from the specified XElement.
Top
Properties
  NameDescription
Public propertyEndIndex
Gets or sets the index of the last character of the range.
Public propertyIsManual
Gets a boolean flag to indicate that the redaction was manually drawn.
Public propertyOriginalText
Gets or sets the original content of the range.
Public propertyPageNumber
The index of the PDF page where redaction resides.
Public propertyRedactedText
Gets or sets the redacted content of the range.
Public propertyRuleName
Gets or sets the name of the redaction rule that detected the word.
Public propertyStartIndex
Gets or sets the index of the first character of the range.
Top
Methods
  NameDescription
Public methodFromXml
Initializes the current instance from a serialized XML element.
Public methodToXml
Serializes the current instance of the RedactItem class as an XElement.
Top
Fields
  NameDescription
Public fieldBounds
Gets the bounding rectangle of the redacted area in PDF world coordinates.
Top
See Also