Signature.IsSigned Property

Gets a Boolean value indicating whether the document was signed successfully. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property IsSigned As Boolean
    Get
'Usage
Dim instance As Signature
Dim value As Boolean

value = instance.IsSigned
bool IsSigned { get; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Signature Interface

Signature Members

Microsoft.Office.Core Namespace