Class XmlSigningEventArgs
Gives a list Different types of xml signatures and its count. It also updates how many are signed and returns the updated xml without the pdf
Inheritance
Inherited Members
Namespace: Sig.SignAPI
Assembly: SigSignAPI.dll
Syntax
public class XmlSigningEventArgs : EventArgs
Properties
| Name | Description |
|---|---|
| currentSignatureDetails | Show the details of currently Active Signature . Placholder name for placeholder type FieldName for DigSig A string of PageName and x, y coordinates for Static |
| currentSignatureDetailsSize | Gives the size of the string of currentSignatureDetails |
| docSignStarted | sets true when signing mode is loaded on the pad |
| signedSignatures | Gives the count of successfully signed signatures in an xml loaded for signature |
| skippedSignatures | Gives the count of signatures which are skipped for signing in an xml loaded for signature |
| totalDigSignatures | Gives the count of Digital signatures available in an xml loaded for signature |
| totalPlaceholderSignatures | Gives the count of Placeholder signatures available in an xml loaded for signature |
| totalSignatures | Gives the count of all types of signatures available in an xml loaded for signature |
| totalStaticSignatures | Gives the count of Static signatures available in an xml loaded for signature |
| viewPdfStarted | Sets true when Document view starts |
| xmlStringWithoutPdf | Gives the xml string as a byte array |
| xmlStringWithoutPdfSize | Gives the xmlstring size |