Xceed Words for .NET v5.0 Documentation
Xceed.Words.NET Assembly / Xceed.Words.NET Namespace / DocX Class / RemoveSignature Method / RemoveSignature(String,String,DigitalSignature) Method
The path of the document where the digital signature will be removed.
The path where the document will be saved ater the digital signature is removed.
The digital signature to remove.


In This Topic
    RemoveSignature(String,String,DigitalSignature) Method
    In This Topic
    Removes a specific digital signature from an input document and saves the result in an output document.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub RemoveSignature( _
       ByVal inputFileName As String, _
       ByVal outputFileName As String, _
       ByVal signature As DigitalSignature _
    ) 
    'Usage
     
    Dim inputFileName As String
    Dim outputFileName As String
    Dim signature As DigitalSignature
     
    DocX.RemoveSignature(inputFileName, outputFileName, signature)
    public static void RemoveSignature( 
       string inputFileName,
       string outputFileName,
       DigitalSignature signature
    )

    Parameters

    inputFileName
    The path of the document where the digital signature will be removed.
    outputFileName
    The path where the document will be saved ater the digital signature is removed.
    signature
    The digital signature to remove.
    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