[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.CircleAnnotation

CircleAnnotation Class

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.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class CircleAnnotation : SquareAnnotation, IOwnedObject, IContentItem, IPdfDict
Public Class CircleAnnotation
    Inherits SquareAnnotation
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
CircleAnnotation()

Initializes a new instance of the CircleAnnotation class.

Extension Methods