Class PdfFileAttachmentAnnotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a file attachment annotation.
public sealed class PdfFileAttachmentAnnotation : PdfWidget
- Inheritance
-
PdfFileAttachmentAnnotation
- Inherited Members
Remarks
A file attachment annotation contains a reference to a file, which typically is embedded in the PDF file.
For example, a table of data might use a file attachment annotation to link to a spreadsheet file based on that data; activating the annotation extracts the embedded file and gives the user an opportunity to view it or store it in the file system.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- Color
Gets or sets the color of this PdfFileAttachmentAnnotation.
- CreationDate
Gets the date and time when this PdfFileAttachmentAnnotation was created.
- Description
Gets or sets the description of the attached file.
- File
Gets the file specification associated with this annotation.
- Icon
Gets or sets the icon to be used in displaying the annotation.
- NormalAppearance
Gets the normal appearance of this annotation.
- Subject
(PDF 1.5) Gets or sets this PdfFileAttachmentAnnotation subject.
- Title
Gets or sets the title of the attached file.