Constructs a digital signature object that can be added to a PDF page.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public DigitalSignatureElement(
	RectangleF bounds,
	DigitalCertificate certificate
)
Visual Basic
Public Sub New ( 
	bounds As RectangleF,
	certificate As DigitalCertificate
)
Visual C++
public:
DigitalSignatureElement(
	RectangleF bounds, 
	DigitalCertificate^ certificate
)

Parameters

bounds
Type: System.Drawing..::..RectangleF
The digital signature rectangle inside the PDF page.
certificate
Type: EvoPdf..::..DigitalCertificate
The digital certificate obtained from the digital certificates store.

See Also