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.v24.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. |
page |
Int32 | An integer value that specifies the page number where the form field will be created. |
rect | Pdf |
A Pdf |
#Returns
Type | Description |
---|---|
Pdf |
A Pdf |