Accusoft PDF Viewer Documentation

v3.11.158639

Interface FreehandSignature

Freehand signature annotation state.

Hierarchy

Index

Properties

drawingPath

drawingPath: string

Drawing path of the signature. Value must be a subset of SVG path data syntax with the following restrictions:

  • Contains only M,C,L operators
  • Contains no spaces (must use commas instead)
  • Contains no negatives
  • Contains no omitted operators
  • Must have a length greater than 0

height

height: number

Height of the signature's bounding rectangle in points (1/72 of an inch). Value must be greater than or equal to 0.0.

Optional id

id: string

Unique identifier for the annotation.

defaultvalue

undefined

pageNumber

pageNumber: number

One-indexed page number where the annotation is placed. Must be an integer greater than zero.

type

Indicates this annotation is a FreehandSignature.

width

width: number

Width of the signature's bounding rectangle in points (1/72 of an inch). Value must be greater than or equal to 0.0.

x

x: number

Distance from the left edge of the page to the left edge of the signature's bounding rectangle in points (1/72 of an inch).

y

y: number

Distance from the top edge of the page to the top edge of the signature's bounding rectangle in points (1/72 of an inch).

Legend

  • Property
  • Method
  • Static method
© 2022 Accusoft Corporation. All rights reserved.