EVO HTML to PDF Converter

DigitalSignatureElement Constructor

EVO HTML to PDF Converter for .NET Documentation
Constructs a digital signature object that can be added to a PDF page.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public DigitalSignatureElement(
	RectangleF bounds,
	DigitalCertificate certificate
)

Parameters

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

Reference