| RedactFile Constructor (String, String, RedactData) |
Initializes an instance of the class from the specified parameters.
Namespace:
Opait.Redact
Assembly:
Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax public RedactFile(
string sourceFile,
string destFile,
RedactData redactData
)
Parameters
- sourceFile
- Type: SystemString
The source PDF file. - destFile
- Type: SystemString
The destination redacted file. - redactData
- Type: Opait.RedactRedactData
The redaction data.
See Also