Xceed Words for .NET v5.0 Documentation
Xceed.Words.NET Assembly / Xceed.Words.NET Namespace / DocX Class / IsSignatureLineSigned Method
The SignatureLine to evaluate. The evaluation checks if it is signed.


In This Topic
    IsSignatureLineSigned Method (DocX)
    In This Topic
    Evaluates if a SignatureLine is signed.
    Syntax
    'Declaration
     
    Public Overrides Function IsSignatureLineSigned( _
       ByVal signatureLine As SignatureLine _
    ) As Boolean
    'Usage
     
    Dim instance As DocX
    Dim signatureLine As SignatureLine
    Dim value As Boolean
     
    value = instance.IsSignatureLineSigned(signatureLine)
    public override bool IsSignatureLineSigned( 
       SignatureLine signatureLine
    )

    Parameters

    signatureLine
    The SignatureLine to evaluate. The evaluation checks if it is signed.

    Return Value

    True if the SignatureLine is signed, 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