Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / FileAttachmentAnnotation Class
Members

In This Topic
    FileAttachmentAnnotation Class
    In This Topic
    Represents a reference to a file which typically is embedded in the PDF file.
    Object Model
    FileAttachmentAnnotation Class
    Syntax
    'Declaration
     
    Public Class FileAttachmentAnnotation 
       Inherits MarkupAnnotation
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class FileAttachmentAnnotation : MarkupAnnotation, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Annotations.AnnotationBase
                   GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation
                      GrapeCity.Documents.Pdf.Annotations.FileAttachmentAnnotation

    See Also