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

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

    See Also