SignatureType Enumeration

Specifies properties of a signature.

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

Syntax

'Declaration
Public Enumeration SignatureType
'Usage
Dim instance As SignatureType
public enum SignatureType

Members

Member name Description
sigtypeUnknown A signature not generated by Office.
sigtypeNonVisible A signature that is not visible in the content of the document.
sigtypeSignatureLine A signature that is visible in the content of the document.
sigtypeMax Specifies the maximum number of the signature types available in the current version of Office.

See Also

Reference

Microsoft.Office.Core Namespace