RedactFile Class |
Namespace: Opait.Redact
public sealed class RedactFile
The RedactFile type exposes the following members.
| Name | Description | |
|---|---|---|
| RedactFile(XElement) |
Initializes an instance of the class from a serialized XML element.
| |
| RedactFile(String, String, RedactData) |
Initializes an instance of the class from the specified parameters.
|
| Name | Description | |
|---|---|---|
| DestFile |
Gets or sets the path to the redacted destination PDF file.
| |
| RedactData |
Gets or sets the redaction data.
| |
| SourceFile |
Gets or sets the path to the source PDF file of redaction.
|
| Name | Description | |
|---|---|---|
| FromXml |
Initializes this instance from a serialized XML element.
| |
| Load |
Load the object from the specified XML file.
| |
| Save |
Saves the current instance to the destination folder.
| |
| Save(String) |
Saves the current instance to the specified file.
| |
| ToString |
Format the class instance as a string.
(Overrides ObjectToString.) | |
| ToXml |
Serializes this instance as an XML element.
|
| Name | Description | |
|---|---|---|
| RedactFileExt |
XML Redaction Data file extension.
|