Save
Save(string)
Speichert die Schwärzungsrichtlinie in einer Datei.
public void Save(string filePath)
Parameter | Typ | Beschreibung |
---|---|---|
filePath | String | Pfad zur Datei. |
Siehe auch
- class RedactionPolicy
- namensraum GroupDocs.Redaction
- Montage GroupDocs.Redaction
Save(Stream)
Speichert die Schwärzungsrichtlinie in einem Stream.
public void Save(Stream output)
Parameter | Typ | Beschreibung |
---|---|---|
output | Stream | Zielstream zum Speichern der Richtlinie |
Siehe auch
- class RedactionPolicy
- namensraum GroupDocs.Redaction
- Montage GroupDocs.Redaction