Click or drag to resize

RedactFile Class

The class represents the redaction data for a PDF file. The file content is serialized as XML and used for redaction review.
Inheritance Hierarchy
SystemObject
  Opait.RedactRedactFile

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

The RedactFile type exposes the following members.

Constructors
  NameDescription
Public methodRedactFile(XElement)
Initializes an instance of the class from a serialized XML element.
Public methodRedactFile(String, String, RedactData)
Initializes an instance of the class from the specified parameters.
Top
Properties
  NameDescription
Public propertyDestFile
Gets or sets the path to the redacted destination PDF file.
Public propertyRedactData
Gets or sets the redaction data.
Public propertySourceFile
Gets or sets the path to the source PDF file of redaction.
Top
Methods
  NameDescription
Public methodFromXml
Initializes this instance from a serialized XML element.
Public methodStatic memberLoad
Load the object from the specified XML file.
Public methodSave
Saves the current instance to the destination folder.
Public methodSave(String)
Saves the current instance to the specified file.
Public methodToString
Format the class instance as a string.
(Overrides ObjectToString.)
Public methodToXml
Serializes this instance as an XML element.
Top
Fields
  NameDescription
Public fieldStatic memberRedactFileExt
XML Redaction Data file extension.
Top
See Also