SignatureField.SignatureField

SignatureField(Page, Rectangle)

Initializes new instance of the SignatureField class.

public SignatureField(Page page, Rectangle rect)
ParameterTypeDescription
pagePagePage where signature field should be placed.
rectRectanglePosition and size of signature field.

See Also


SignatureField(Document, Rectangle)

Initializes new instance of the SignatureField class.

public SignatureField(Document doc, Rectangle rect)
ParameterTypeDescription
docDocumentPage where signature field should be placed.
rectRectanglePosition and size of signature field.

See Also