SignOptions Class

Allows to specify options for document signing.
Inheritance Hierarchy
SystemObject
  Aspose.WordsSignOptions

Namespace:  Aspose.Words
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public class SignOptions

The SignOptions type exposes the following members.

Constructors
  NameDescription
Public methodSignOptions
Initializes a new instance of the SignOptions class
Properties
  NameDescription
Public propertyCode exampleComments
Specifies comments on the digital signature. Default value is empty string (Empty).
Public propertyCode exampleDecryptionPassword
The password to decrypt source document. Default value is empty string (Empty).
Public propertyCode exampleProviderId
Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid.
Public propertyCode exampleSignatureLineId
Signature line identifier. Default value is Empty (all zeroes) Guid.
Public propertyCode exampleSignatureLineImage
The image that will be shown in associated SignatureLine. Default value is null.
Public propertyCode exampleSignTime
The date of signing. Default value is current time (Now).
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also