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

In This Topic
    AnnotationBase Class
    In This Topic
    The abstract base class for all PDF annotation types.
    Object Model
    AnnotationBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class AnnotationBase 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public abstract class AnnotationBase : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper, 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
                   GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation
                   GrapeCity.Documents.Pdf.Annotations.PopupAnnotation
                   GrapeCity.Documents.Pdf.Annotations.UnknownAnnotation
                   GrapeCity.Documents.Pdf.Annotations.WatermarkAnnotation
                   GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation

    See Also