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

In This Topic
    LinkAnnotation Class
    In This Topic
    Represents a hypertext link.
    Object Model
    LinkAnnotation Class
    Syntax
    'Declaration
     
    Public Class LinkAnnotation 
       Inherits AnnotationBase
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class LinkAnnotation : AnnotationBase, 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.LinkAnnotation

    See Also