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

In This Topic
    TextAnnotation Class
    In This Topic
    Represents a sticky note attached to a point in a PDF document.
    Object Model
    TextAnnotation Class
    Syntax
    'Declaration
     
    Public Class TextAnnotation 
       Inherits MarkupAnnotation
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class TextAnnotation : 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.TextAnnotation

    See Also