PDF .NET Library Documentation - PDF Technologies, Inc.
A file attachment annotation contains a reference to a file, which typically is embedded in the PDF file

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFFileAttachmentAnnotation : BaseAnnotation
Visual Basic (Declaration)
Public Class PDFFileAttachmentAnnotation _
	Inherits BaseAnnotation
Visual C++
public ref class PDFFileAttachmentAnnotation : public BaseAnnotation

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFCustomAnnotation
    PDFTech..::.BaseAnnotation
      PDFTech..::.PDFFileAttachmentAnnotation

See Also