DigitalSignatureElement Constructor
Constructs a digital signature object that can be added to a PDF page.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public DigitalSignatureElement(
RectangleF bounds,
DigitalCertificate certificate
)
Public Sub New (
bounds As RectangleF,
certificate As DigitalCertificate
)
Parameters
- bounds RectangleF
- The digital signature rectangle inside the PDF page.
- certificate DigitalCertificate
- The digital certificate obtained from the digital certificates store.