Annotations

StampAnnotation

Detailed reference for StampAnnotation.

Concrete annotation type used for creation, update, and export workflows.

Type details

  • Kind: class
  • Declared members: 5

Declaration

class StampAnnotation {
  readonly stampType?: string | null;
  readonly title?: string | null;
  readonly subtitle?: string | null;
  readonly xfdfAppearanceStream?: string | null;
  readonly xfdfAppearanceStreamOriginalPageRotation?: number | null;
}

Members

  • stampType
  • title
  • subtitle
  • xfdfAppearanceStream
  • xfdfAppearanceStreamOriginalPageRotation