alexa
menu

Document Processing

    Show / Hide Table of Contents

    SquigglyAnnotation Class

    Represents the squiggly annotation on the text contents in the page.

    Inheritance
    System.Object
    Annotation
    SquigglyAnnotation
    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
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class SquigglyAnnotation : Annotation, INotifyPropertyChanged

    Constructors

    SquigglyAnnotation(Int32, List<RectF>)

    Initializes a new instance of SquigglyAnnotation class.

    Declaration
    public SquigglyAnnotation(int pageNumber, List<RectF> textBoundsCollection)
    Parameters
    Type Name Description
    System.Int32 pageNumber

    The page number to which the annotation should be added.

    System.Collections.Generic.List<Microsoft.Maui.Graphics.RectF> textBoundsCollection

    The bounds collection of the squiggy annotation that is added to the multiple lines of text.

    Implements

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