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

In This Topic
    PolygonAnnotation Class
    In This Topic
    Represents a polygon annotation that displays a polygon on a page. When opened, it displays a pop-up window containing the text of the associated note.
    Object Model
    PolygonAnnotation Class
    Syntax
    'Declaration
     
    Public Class PolygonAnnotation 
       Inherits PolygonAnnotationBase
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class PolygonAnnotation : PolygonAnnotationBase, 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

    See Also