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

In This Topic
    CircleAnnotation Class
    In This Topic
    Represents a circle annotation, which displays a circle on a page. When opened, they display a pop-up window containing the text of the associated note.
    Object Model
    CircleAnnotation Class
    Syntax
    'Declaration
     
    Public Class CircleAnnotation 
       Inherits SquareAnnotation
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class CircleAnnotation : SquareAnnotation, 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.SquareAnnotation
                         GrapeCity.Documents.Pdf.Annotations.CircleAnnotation

    See Also