Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAcroFormField.CreateSignature(String, Int32, PdfRectangle) Method

Creates a signature field using the field name, page number and a rectangle where a signature field will be located on a page.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

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

Parameters

Name Type Description
name String

A String that specifies the name of a 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.

Returns

Type Description
PdfAcroFormSignatureField

A PdfAcroFormSignatureField object that represents a created signature field.

See Also