Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 946 Bytes

PowerPoint.Presentation.Signatures.md

File metadata and controls

49 lines (29 loc) · 946 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.Signatures property (PowerPoint)
vbapp10.chm583067
vbapp10.chm583067
PowerPoint.Presentation.Signatures
978e39bb-298b-d820-63cb-2924bf0770b1
06/08/2017
medium

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

[!includeSupport and feedback]