PdfSigner(PdfDigitalId) Constructor |
Initializes a new instance of the
PdfSigner class with the specified digital ID.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic PdfSigner(
PdfDigitalId id
)
Public Sub New (
id As PdfDigitalId
)
Parameters
- id PdfDigitalId
- The digital ID used to sign documents. The certificate that comes with your digital ID is sent to others so that they can verify your signature.
Exceptions
See Also