Click or drag to resize

RedactPage Class

Class manages redaction data for a specific page in a source PDF document.
Inheritance Hierarchy
SystemObject
  Opait.RedactRedactPage

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

The RedactPage type exposes the following members.

Constructors
  NameDescription
Public methodRedactPage(Int32)
Constructor for saving manual redactions.
Public methodRedactPage(XElement)
Initializes a serialized instance.
Top
Properties
  NameDescription
Public propertyHasRedaction
Gets a flag to indicate whether the page has redacted data.
Public propertyPageNumber
Gets the index of the page number where redactions were detected.
Public propertyRedactItems
Gets the list of redacted items detected on this page.
Top
Methods
  NameDescription
Public methodFromXml
Initializes an instance of the RedactPage class from the specified XElement.
Public methodToXml
Serializes the current instance of the RedactPage class as an XElement.
Top
See Also