Click or drag to resize
Pdf Library for .NET

PdfDigitalSignatureElement Constructor

Constructs a digital signature element that can be added to a pdf document page.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfDigitalSignatureElement(
	RectangleF bounds,
	PdfDigitalCertificate certificate
)

Parameters

bounds  RectangleF
The digital signature rectangle inside the pdf page.
certificate  PdfDigitalCertificate
The digital certificate obtained from the digital certificates store.
See Also