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