Annotations

RedactionAnnotation

Detailed reference for RedactionAnnotation.

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

Type details

  • Kind: class
  • Declared members: 4

Declaration

class RedactionAnnotation {
  readonly fillColor?: Color | null;
  readonly outlineColor?: Color | null;
  readonly overlayText?: string | null;
  readonly repeatOverlayText?: boolean | null;
}

Members

  • fillColor
  • outlineColor
  • overlayText
  • repeatOverlayText