Constructs a digital signature object that can be added to a PDF page.
| C# | Visual Basic | Visual C++ |
public DigitalSignatureElement( RectangleF bounds, DigitalCertificate certificate )
Public Sub New ( _ bounds As RectangleF, _ certificate As DigitalCertificate _ )
public: DigitalSignatureElement( RectangleF bounds, DigitalCertificate^ certificate )
- bounds (RectangleF)
- The digital signature rectangle inside the PDF page.
- certificate (DigitalCertificate)
- The digital certificate obtained from the digital certificates store.