PdfDocumentAddDigitalSignature Method

Adds a digital signature to a PDF document in the given region of a PDF page

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void AddDigitalSignature(
	PdfDigitalSignature signature,
	PdfPage pdfPage,
	RectangleF boundingRectangle
)

Parameters

signature  PdfDigitalSignature
The digital signature to be applied to the document
pdfPage  PdfPage
The PDF page where to apply the digital signature
boundingRectangle  RectangleF
The bounding rectangle of the signature in page

See Also