SignatureField

Overview

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

Read-side view of a signature field (always available, like doc.Form).

Properties: byteRange, cmsLength, contents, coversWholeFile, isDocTimeStamp, isSigned, and 3 more.

Properties

NameTypeAccessDescription
name: stringReadFully-qualified field name (/T).
subFilter: stringRead/SubFilter value (e.g.
isSigned: booleanReadWhether the field carries a signature value (/V with /Contents).
valueDict: PdfDictReadThe signature value dictionary (/Type /Sig), empty when unsigned.
byteRange: [number, number, number, number]Read/ByteRange [0, a, b, c] when signed.
contents: Uint8ArrayReadRaw /Contents bytes (zero-padded placeholder) when signed.
cmsLength: numberReadLength of the actual CMS DER inside contents (excludes zero padding).
coversWholeFile: booleanReadWhether /ByteRange spans the entire file except the /Contents hole.
isDocTimeStamp: booleanReadWhether this is a document timestamp (/DocTimeStamp / ETSI.RFC3161) rather than an approval/certification signature.