Click or drag to resize

PdfCircleAnnotation Class

Represents the circle annotation
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfCircleAnnotation : PdfFigureAnnotation

The PdfCircleAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfCircleAnnotation(PdfPage) Creates a new PdfCircleAnnotation.
Public methodPdfCircleAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfCircleAnnotation class based on the specified dictionary.
Public methodPdfCircleAnnotation(PdfPage, FS_RECTF, FS_COLOR, FS_COLOR) Creates a new PdfCircleAnnotation.
Top
Remarks
See details in the remarks section of PdfFigureAnnotation
See Also