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