Skip to main content
A newer version of this page is available. .

PdfGraphicsAcroFormSignatureField(String, RectangleF) Constructor

Initializes a new instance of the PdfGraphicsAcroFormSignatureField class with the specified signature field name and a rectangle where the signature field will be located on a page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.dll

Declaration

public PdfGraphicsAcroFormSignatureField(
    string name,
    RectangleF rectangle
)

Parameters

Name Type Description
name String

A String that specifies the name of a signature field.

rectangle RectangleF

A RectangleF object that represents a rectangle inside which a signature field is located on a page.

See Also