RedactionPolicySave Method (Stream) |
Saves the redaction policy to a stream.
Namespace: GroupDocs.RedactionAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.8
Syntaxpublic void Save(
Stream output
)
Public Sub Save (
output As Stream
)
public:
void Save(
Stream^ output
)
member Save :
output : Stream -> unit
Parameters
- output
- Type: System.IOStream
Target stream to save the policy
See Also