public class PdfDigitalSignature : PdfObjectPublic Class PdfDigitalSignature
Inherits PdfObjectpublic ref class PdfDigitalSignature : public PdfObjecttype PdfDigitalSignature =
class
inherit PdfObject
end| PdfDigitalSignature(Byte, String, Int32) | Creates a digital signature object from PFX file data to be applied in PDF document over the last rendered object |
| PdfDigitalSignature(String, String, Int32) | Creates a digital signature object from a PFX file to be applied in PDF document over the last rendered object |
| PdfDigitalSignature(RectangleFloat, Byte, String, Int32) | Creates a digital signature object from a PFX file data to be applied at a given location in PDF page |
| PdfDigitalSignature(RectangleFloat, String, String, Int32) | Creates a digital signature object from a PFX file to be applied at a given location in PDF page |
| Bounds | The bounds of the certificate in PDF page. If bounds are null the signature is applied in PDF page after the last rendered object |
| CertIndex | The certificate index in PFX file |
| PfxFileData | The PFX file data containing the certificate |
| PfxFilePassword | The PFX file password which can be null or empty if there is no password protection |
| SignerContactInfo | The signer contact info |
| SigningLocation | The location of signing |
| SigningReason | The reason for signing |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |