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.  
     Method  
     MethodGets a Boolean value indicating whether you can add a signature line to a document. Read-only.  
     Method  
     MethodReturns the Parent object for the specified object.  
     MethodIndicates 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.  
     MethodIndicates 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