Xceed.Words.NET Represents a holder for a X509Certificate2 certificate. Represents a digital signature in a document. Represents a DocX document. Represents the class that registers the classes defined in the Xceed.Words.NET assembly. Represents the options that can be set when signing a document. Creates a DigitalCertificate object from the certificate path and password received. This certificate will be used to sign a document with the DocX.Sign() method.
The path to the certificate to register. The password required to access the certificate.
Gets the certificate associated with this object. Gets the issuer of the certificate needed in order to sign the document. Gets the owner of the certificate needed in order to sign the document. Gets the comments from the signer on the purpose for signing the document. Gets if the digital signature is valid and confirms that the document has not been modified since signed. Gets the time at which the document was signed. Adds a SignatureLine to the document. The SignatureLine added to the document. The options required to create the SignatureLine in the document. By default, null. Checks the validity of the digital signatures in a document. Converts a DocX document into a PDF document. Copies the document into a new Document. A copy of the Document. Creates a document. Gets the digital signatures in a document. Evaluates if a SignatureLine is signed. True if the SignatureLine is signed, false otherwise. The SignatureLine to evaluate. The evaluation checks if it is signed. Evaluates if a SignatureLine is signed and if the digital signature is valid. True if the SignatureLine is signed and the digital signature is valid, false otherwise. The SignatureLine to evaluate. The evaluation checks if it is signed and if the associated digital signature is valid. Loads a document into a DocX object. Removes all the digital signatures in a document. Removes a digital signature from a document. Saves this document. Saves this document but allows to set some options first. Allows to digitally sign a document. Returns true if the input document's digital signatures are all valid, false otherwise. True if all the digital signatures contained in the input document are valid, false otherwise. The path of the document. Used to validate its digital signatures. Returns true if the input document stream's digital signatures are all valid, false otherwise. True if the digital signatures contained in the input document stream are all valid, false otherwise. The path of the document stream. Used to validate its digital signatures. Creates a DocX Document using a Stream. A DocX object which represents the document. The Stream to create the document from. Creates a DocX Document using a fully qualified or relative filename. A DocX object which represents the document. The fully qualified or relative filename. Returns the digital signatures of the input document. The list of Digital signatures found in the input document. The path of the document. Used to retrieve the digital signatures. Returns the digital signatures of the input document stream. The list of Digital signatures found in the input document stream. The path of the document stream. Used to retrieve the digital signatures. Returns true if the input document contains at least 1 digital signature, false otherwise. True if the input document contains at least 1 digital signature, false otherwise. The path of the document. Used to validate if that document is signed. Returns true if the input document stream contains at least 1 digital signature, false otherwise. True if the input document stream contains at least 1 digital signature, false otherwise. The document stream used to validate if that stream is signed. Loads a document into a DocX object using a Stream. A DocX object which represents the document. The Stream to load the document from. Loads a document into a DocX object using a fully qualified or relative filename. A DocX object which represents the document. The fully qualified or relative filename. Removes all the digital signatures from an input document and saves the result in an output document. The path of the document where all the digital signatures are to be removed. The path where the document will be saved after the digital signatures are removed. Removes all the digital signatures from an input document stream and saves the result in an output document stream. The path of the document stream where all the digital signatures are to be removed. The path where the document stream will be saved after the digital signatures are removed. Removes a specific digital signature from an input document and saves the result in an output document. The path of the document where the digital signature will be removed. The path where the document will be saved ater the digital signature is removed. The digital signature to remove. Removes a specific digital signature from an input document stream and saves the result in an output document stream. The path of the document stream where the digital signature will be removed. The path where the document stream will be saved ater the digital signature is removed. The digital signature to remove. Signs an input document with a certificate and sign options, and saves the result in an output document. The path of the document to sign. The path to store the signed document. The certificate used to sign the document. The options set to sign the document. By default, null. Signs an input document stream with a certificate and sign options and saves the result in an output document stream. The stream containing the document to sign. The stream that will contain the signed document. The certificate used to sign the stream. The options set to sign the stream. By default, null. Gets or sets the license key used to license this product. Gets or sets the comments on the purpose for signing the document. Gets or sets the id of the SignatureLine associated with the digital signature. Gets or sets the image that will be used to sign the SignatureLine. The SignatureLineId must be set to the associated SignatureLine. Gets or sets the text that will be used to sign the SignatureLine. The SignatureLineId must be set to the associated SignatureLine and the SignatureLineImage must be null to use this property.