Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISignatureSet Interface
Methods

In This Topic
    ISignatureSet Interface Members
    In This Topic

    The following tables list the members exposed by ISignatureSet.

    Public Methods
     NameDescription
     MethodCreates a signature packet when digitally signing a document. The signature will be discarded if you save the workbook without signing it.  
     MethodOverloaded. Adds lines to a document where signatures are collected. Only the "Microsoft Office signature line" is supported. Other signature line providers, such as stamp signatures, are not supported.  
     MethodGets the signature at the specified index in the signature set.  
     MethodGets a Boolean value indicating whether you can add a signature line to a document. Read-only.  
     MethodGets the number of signatures in the signature set.  
     MethodReturns the Parent object for the specified object.  
     MethodGets whether the validation of the attached digital certificate of the signed signature should be skipped when exporting signed signatures. The default value is true. If certificate validation is skipped, the certificate will be treated as valid. This is the default behavior. Otherwise, the certificate will be validated with X.509 chain.  
     MethodSets whether the validation of the attached digital certificate of the signed signature should be skipped when exporting signed signatures. The default value is true. If certificate validation is skipped, the certificate will be treated as valid. This is the default behavior. Otherwise, the certificate will be validated with X.509 chain.  
    Top
    See Also