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


    RemoveSignature(Stream,Stream,DigitalSignature) Method
    Removes a specific digital signature from an input document stream and saves the result in an output document stream.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub RemoveSignature( _
       ByVal inputStream As Stream, _
       ByVal outputStream As Stream, _
       ByVal signature As DigitalSignature _
    ) 
     
    'Usage
     
    Dim inputStream As Stream
    Dim outputStream As Stream
    Dim signature As DigitalSignature
     
    DocX.RemoveSignature(inputStream, outputStream, signature)

    Parameters

    inputStream
    The path of the document stream where the digital signature will be removed.
    outputStream
    The path where the document stream 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