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: 20.2
Syntax
public PdfDigitalSignatureElement(
	RectangleF bounds,
	PdfDigitalCertificate certificate
)

Parameters

bounds
Type: System.DrawingRectangleF
The digital signature rectangle inside the pdf page.
certificate
Type: SelectPdfPdfDigitalCertificate
The digital certificate obtained from the digital certificates store.
See Also