SignatureAppearance

SignatureAppearance

Overview

SignatureAppearance is a interface in Aspose.PDF FOSS for TypeScript.

A visible signature appearance request.

Properties: image, page, rect, text.

Properties

NameTypeAccessDescription
page: numberRead0-based page index to place the visible widget on.
rect: [number, number, number, number]ReadWidget rectangle [x1, y1, x2, y2] in page (default) user space.
text: stringReadOverride text.
image: Uint8ArrayReadOptional JPEG/PNG image bytes, drawn left of the text (or filling the box when there is no text).