Presentation.Signatures property (PowerPoint)

Returns a SignatureSet object that represents a collection of digital signatures. Read-only.

Syntax

expression.Signatures

expression A variable that represents a Presentation object.

Return value

SignatureSet

Example

The following line of code displays the number of digital signatures.

Sub DisplayNumberOfSignatures
    MsgBox "Number of digital signatures: " & _
        ActivePresentation.Signatures.Count
End Sub

See also

Presentation Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.