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

In This Topic
    PolygonAnnotationBase Class
    In This Topic
    Object Model
    PolygonAnnotationBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class PolygonAnnotationBase 
       Inherits MarkupAnnotation
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public abstract class PolygonAnnotationBase : 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.PolygonAnnotationBase
                         GrapeCity.Documents.Pdf.Annotations.PolygonAnnotation
                         GrapeCity.Documents.Pdf.Annotations.PolyLineAnnotation

    See Also