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: 2025.3.13
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.
ExceptionsException | Condition |
---|
ArgumentNullException | id is . |
ArgumentException | The Certificate of the id is . |
See Also