[]
type FileAttachmentAnnotationProperties = MarkupAnnotationProperties & object;
Defines properties of an annotation what represents a reference to a file which typically is embedded in the PDF file.
optional file?:
| FileSpecification
| FileSpecificationProperties;
The FileSpecification or FileSpecificationProperties object that defines the referenced file.
optional icon?: FileAttachmentAnnotationIcon;
The type of the icon used to display the annotation.
type: "file";