Click or drag to resize

PdfSignatureMaker MakeSignature Method (String, PdfPageBase, Single, Single, Single, Single)

Make signature.

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void MakeSignature(
	string sigFieldName,
	PdfPageBase page,
	float x,
	float y,
	float width,
	float height
)

Parameters

sigFieldName
Type: System String
The signature filed name.
page
Type: Spire.Pdf PdfPageBase
The page index.
x
Type: System Single
The x position of the annotation on the page.
y
Type: System Single
The y position of the annotation on the page.
width
Type: System Single
The width of the annotation on the page.
height
Type: System Single
The height of the annotation on the page.
See Also