SignatureField.SignatureField
SignatureField(Page, Rectangle)
Initializes new instance of the SignatureField class.
public SignatureField(Page page, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| page | Page | Page where signature field should be placed. |
| rect | Rectangle | Position and size of signature field. |
See Also
- class Page
- class Rectangle
- class SignatureField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
SignatureField(Document, Rectangle)
Initializes new instance of the SignatureField class.
public SignatureField(Document doc, Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| doc | Document | Page where signature field should be placed. |
| rect | Rectangle | Position and size of signature field. |
See Also
- class Document
- class Rectangle
- class SignatureField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF