sempdf
sempdf v1.9.1Interfaces

Interface: FlowSignatureFieldOptions

sempdf v1.9.1


sempdf / FlowSignatureFieldOptions

Defined in: src/types.ts:1571

Options for placing a signature form field through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
actions?FieldActionsJavaScript actions attached to this field's /AA dictionary. Each action value is raw PDF JavaScript source code.SignatureFieldOptions.actionssrc/types.ts:3486
appearance?stringCustom appearance stream content for the signature field. Example: "1 0 0 rg 0 0 100 20 re f"SignatureFieldOptions.appearancesrc/types.ts:3481
borderWidth?numberAnnotation or field border width in PDF points.SignatureFieldOptions.borderWidthsrc/types.ts:3466
description?stringField description, emitted as /TU (the field's user-facing name). Assistive technology reads it as the field's accessible name, and it satisfies the "form fields have a description" accessibility check.SignatureFieldOptions.descriptionsrc/types.ts:3456
encrypt?booleanWhether the field value follows document encryption. When false, the field value is not encrypted (useful for searchable fields). Defaults to true (follow document encryption).SignatureFieldOptions.encryptsrc/types.ts:3476
heightnumberHeight in PDF points.SignatureFieldOptions.heightsrc/types.ts:3464
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.marginsrc/types.ts:1271
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottomsrc/types.ts:1277
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeftsrc/types.ts:1279
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRightsrc/types.ts:1275
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTopsrc/types.ts:1273
readOnly?booleanWhether the form field is read-only.SignatureFieldOptions.readOnlysrc/types.ts:3468
required?booleanWhether the form field is required.SignatureFieldOptions.requiredsrc/types.ts:3470
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.SignatureFieldOptions.structuresrc/types.ts:3490
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.SignatureFieldOptions.tagsrc/types.ts:3488
width?numberWidth override in PDF points.-src/types.ts:1578
x?numberHorizontal position override in PDF points.-src/types.ts:1574
y?numberVertical position override in PDF points.-src/types.ts:1576

On this page