PdfPage.AddSignatureField Method (PdfRectangle)

Adds a new unsigned signature field control with auto-generated name to the PdfPage.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSignatureField AddSignatureField(
	PdfRectangle boundingBox
)
VB
Public Function AddSignatureField ( 
	boundingBox As PdfRectangle
) As PdfSignatureField

Parameters

boundingBox
Type: BitMiracle.Docotic.Pdf.PdfRectangle
The PdfRectangle structure that specifies the location and the size of the signature field.

Return Value

Type: PdfSignatureField
The newly created PdfSignatureField object.

Remarks

The Rotation of the new signature field is set to the rotation (Rotation) of the owner page.

See Also