Xceed Words for .NET v3.0 Documentation
RemoveAllSignatures(String,String) Method


Xceed.Words.NET Assembly > Xceed.Words.NET Namespace > DocX Class > RemoveAllSignatures Method : RemoveAllSignatures(String,String) Method
The path of the document where all the digital signatures are to be removed.
The path where the document will be saved after the digital signatures are removed.
Removes all the digital signatures from an input document and saves the result in an output document.
Syntax
'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.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocX Class
DocX Members
Overload List