Annotations

ImageAnnotation

Detailed reference for ImageAnnotation.

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

Type details

  • Kind: class
  • Declared members: 7

Declaration

class ImageAnnotation {
  readonly contentType?: string | null;
  readonly imageAttachmentId?: string | null;
  readonly description?: string | null;
  readonly fileName?: string | null;
  readonly isSignature?: boolean;
  readonly xfdfAppearanceStream?: string | null;
  readonly xfdfAppearanceStreamOriginalPageRotation?: number | null;
}

Members

  • contentType
  • imageAttachmentId
  • description
  • fileName
  • isSignature
  • xfdfAppearanceStream
  • xfdfAppearanceStreamOriginalPageRotation