Xceed Words for .NET v5.0 Documentation
Xceed.Words.NET Assembly / Xceed.Words.NET Namespace / DocX Class / IsSigned Method / IsSigned(String) Method
The path of the document. Used to validate if that document is signed.


In This Topic
    IsSigned(String) Method
    In This Topic
    Returns true if the input document contains at least 1 digital signature, false otherwise.
    Syntax
    'Declaration
     
    Public Overloads Shared Function IsSigned( _
       ByVal inputFileName As String _
    ) As Boolean
    'Usage
     
    Dim inputFileName As String
    Dim value As Boolean
     
    value = DocX.IsSigned(inputFileName)
    public static bool IsSigned( 
       string inputFileName
    )

    Parameters

    inputFileName
    The path of the document. Used to validate if that document is signed.

    Return Value

    True if the input document contains at least 1 digital signature, false otherwise.
    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