[]
Represents a reference to a file which typically is embedded in the PDF file.
public class FileAttachmentAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
Initializes a new instance of the FileAttachmentAnnotation class.
public FileAttachmentAnnotation()
Gets or sets the FileSpecification object that defines the referenced file.
public FileSpecification File { get; set; }
Gets or sets the type of the icon used to display the annotation.
public FileAttachmentAnnotationIcon Icon { get; set; }