'Declaration Public Overloads Shared Sub RemoveAllSignatures( _ ByVal inputStream As Stream, _ ByVal outputStream As Stream _ )
'Usage Dim inputStream As Stream Dim outputStream As Stream DocX.RemoveAllSignatures(inputStream, outputStream)
public static void RemoveAllSignatures( Stream inputStream, Stream outputStream )
Parameters
- inputStream
- The path of the document stream where all the digital signatures are to be removed.
- outputStream
- The path where the document stream will be saved after the digital signatures are removed.