 |
PdfDigitalSignatureElement Constructor |
Constructs a digital signature element that can be added to a pdf document page.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfDigitalSignatureElement(
RectangleF bounds,
PdfDigitalCertificate certificate
)
Public Sub New (
bounds As RectangleF,
certificate As PdfDigitalCertificate
)
Parameters
- bounds RectangleF
- The digital signature rectangle inside the pdf page.
- certificate PdfDigitalCertificate
- The digital certificate obtained from the digital certificates store.
See Also