Save
Save(string)
Saves the redaction policy to a file.
public void Save(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | Path to file. |
See Also
- class RedactionPolicy
- namespace GroupDocs.Redaction
- assembly GroupDocs.Redaction
Save(Stream)
Saves the redaction policy to a stream.
public void Save(Stream output)
Parameter | Type | Description |
---|---|---|
output | Stream | Target stream to save the policy |
See Also
- class RedactionPolicy
- namespace GroupDocs.Redaction
- assembly GroupDocs.Redaction