Skip to content

modern-pdf-lib


modern-pdf-lib / FileAttachmentIcon

Type Alias: FileAttachmentIcon

FileAttachmentIcon = "GraphPushPin" | "PaperclipTag" | "Paperclip" | "Tag"

Defined in: src/annotation/types/fileAttachmentAnnotation.ts:37

Standard icon names for file attachment annotations.

  • 'GraphPushPin' — A push pin on a graph (default).
  • 'PaperclipTag' — A paper clip with a tag.
  • 'Paperclip' — A paper clip.
  • 'Tag' — A tag label.

Released under the MIT License.