Back to Devexpress

PdfGraphicsAcroFormField.CreateSignature(String, RectangleF) Method

officefileapi-devexpress-dot-pdf-dot-pdfgraphicsacroformfield-dot-createsignature-x28-system-dot-string-system-dot-drawing-dot-rectanglef-x29.md

latest1.8 KB
Original Source

PdfGraphicsAcroFormField.CreateSignature(String, RectangleF) Method

Creates a signature field with the specified name in the target page area.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public static PdfGraphicsAcroFormSignatureField CreateSignature(
    string name,
    RectangleF rect
)
vb
Public Shared Function CreateSignature(
    name As String,
    rect As RectangleF
) As PdfGraphicsAcroFormSignatureField

Parameters

NameTypeDescription
nameString

A name of a signature field.

| | rect | RectangleF |

A page rectangle in the word coordinate system where you can draw a form field.

|

Returns

TypeDescription
PdfGraphicsAcroFormSignatureField

The created signature field.

|

See Also

PdfGraphicsAcroFormField Class

PdfGraphicsAcroFormField Members

DevExpress.Pdf Namespace