alexa
menu

Document Processing

    Show / Hide Table of Contents

    CircleAnnotation Class

    Represents an annotation that displays a circle on the page.

    Inheritance
    System.Object
    Annotation
    ShapeAnnotation
    CircleAnnotation
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    Annotation.Author
    Annotation.Color
    Annotation.Comments
    Annotation.CustomData
    Annotation.FillColor
    Annotation.FlattenOnSave
    Annotation.Hidden
    Annotation.IsLocked
    Annotation.ModifiedDate
    Annotation.Name
    Annotation.Opacity
    Annotation.PageNumber
    Annotation.PropertyChanged
    Annotation.Subject
    Annotation.Text
    ShapeAnnotation.BorderWidth
    ShapeAnnotation.Bounds
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class CircleAnnotation : ShapeAnnotation, INotifyPropertyChanged

    Constructors

    CircleAnnotation(RectF, Int32)

    Initializes a new instance of the CircleAnnotation class.

    Declaration
    public CircleAnnotation(RectF bounds, int pageNumber)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.RectF bounds

    Bounds of the circle annotation.

    System.Int32 pageNumber

    The page number to which the line should be added.

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved