add method

add

Add Metadata Signature object to collection.

def add(self, signature):
    ...
Parameter Type Description
signature groupdocs.signature.domain.MetadataSignature Metadata signature to be added to collection.

See Also