This class represents the circle annotation. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 177, page 401.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 180, page 486.

This class is always an indirect object because it inherits from MarkupAnnotationElement which is always an indirect object.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.AnnotationElement
          WebSupergoo.ABCpdf14.Elements.MarkupAnnotationElement
             WebSupergoo.ABCpdf14.Elements.CircleAnnotationElement

A circle annotation draws an ellipse on the page. The interior can be filled with a separate interior colour, and the RD entry insets the ellipse from the annotation's Rect.

The BE entry applies a border effect such as a cloudy edge. When a cloud effect is used the RD inset ensures cloud arcs remain inside the annotation's total bounding box.

 

   
   
Method
Description
CircleAnnotationElement Create a new CircleAnnotationElement.
inherited methods...

 

   
   
Property
Description
EntryBS Represents the "BS" entry of the circle annotation object.
EntryIC Represents the "IC" entry of the circle annotation object.
EntryBE Represents the "BE" entry of the circle annotation object.
EntryRD Represents the "RD" entry of the circle annotation object.
EntryIT Represents the "IT" entry of the circle annotation object.
inherited properties...