HiQPdf Documentation

PdfDocumentAddDigitalSignature Method

Quickly Create High Quality PDFs
Adds a digital signature to a PDF document in the given region of a PDF page

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void AddDigitalSignature(
	PdfDigitalSignature signature,
	PdfPage pdfPage,
	RectangleF boundingRectangle
)

Parameters

signature
Type: HiQPdfPdfDigitalSignature
The digital signature to be applied to the document
pdfPage
Type: HiQPdfPdfPage
The PDF page where to apply the digital signature
boundingRectangle
Type: System.DrawingRectangleF
The bounding rectangle of the signature in page
See Also

Reference