SignatureAppearance
Overview
SignatureAppearance is a interface in Aspose.PDF FOSS for TypeScript.
A visible signature appearance request.
Properties: image, page, rect, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
page | : number | Read | 0-based page index to place the visible widget on. |
rect | : [number, number, number, number] | Read | Widget rectangle [x1, y1, x2, y2] in page (default) user space. |
text | : string | Read | Override text. |
image | : Uint8Array | Read | Optional JPEG/PNG image bytes, drawn left of the text (or filling the box when there is no text). |