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

In This Topic
    MarkupAnnotation Class
    In This Topic
    The abstract base class for annotations that are used primarily to mark up PDF documents.
    Object Model
    MarkupAnnotation Class
    Syntax
    'Declaration
     
    Public MustInherit Class MarkupAnnotation 
       Inherits AnnotationBase
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public abstract class MarkupAnnotation : 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.MarkupAnnotation
                      GrapeCity.Documents.Pdf.Annotations.FileAttachmentAnnotation
                      GrapeCity.Documents.Pdf.Annotations.FreeTextAnnotation
                      GrapeCity.Documents.Pdf.Annotations.InkAnnotation
                      GrapeCity.Documents.Pdf.Annotations.LineAnnotation
                      GrapeCity.Documents.Pdf.Annotations.PolygonAnnotationBase
                      GrapeCity.Documents.Pdf.Annotations.RedactAnnotation
                      GrapeCity.Documents.Pdf.Annotations.SoundAnnotation
                      GrapeCity.Documents.Pdf.Annotations.SquareAnnotation
                      GrapeCity.Documents.Pdf.Annotations.StampAnnotation
                      GrapeCity.Documents.Pdf.Annotations.TextAnnotation
                      GrapeCity.Documents.Pdf.Annotations.TextMarkupAnnotation

    See Also