Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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.