Skip to main content

PdfAcroFormSignatureField(String, Int32, PdfRectangle) Constructor

Initializes a new instance of the PdfAcroFormSignatureField class with the specified signature field name, page number, where the field will be created, and the field rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAcroFormSignatureField(
    string name,
    int pageNumber,
    PdfRectangle rect
)

Parameters

Name Type Description
name String

A String that specifies the name of the signature field.

pageNumber Int32

An integer value that specifies the page number where the form field will be created.

rect PdfRectangle

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

See Also