alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AnnotationRemoveEventArgs

    This event arguments provides the necessary information about annotation remove event.

    Inheritance
    object
    BaseEventArgs<AnnotationRemoveEventArgs>
    AnnotationBaseEventArgs<AnnotationRemoveEventArgs>
    AnnotationRemoveEventArgs
    Inherited Members
    AnnotationBaseEventArgs<AnnotationRemoveEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationRemoveEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationRemoveEventArgs>.PageNumber
    BaseEventArgs<AnnotationRemoveEventArgs>.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class AnnotationRemoveEventArgs : AnnotationBaseEventArgs<AnnotationRemoveEventArgs>

    Constructors

    AnnotationRemoveEventArgs()

    Declaration
    public AnnotationRemoveEventArgs()

    Properties

    Bound

    Gets the bound of the annotations.

    Declaration
    [JsonInclude]
    public Bound Bound { get; }
    Property Value
    Type Description
    Bound

    A Bound object representing the bounding rectangle of the annotations.

    Remarks

    It is not applicable for text markup annotation.

    Bounds

    Gets the textmark annotation bounds details.

    Declaration
    [JsonInclude]
    public List<Bound> Bounds { get; }
    Property Value
    Type Description
    List<Bound>

    A list of Bound objects representing the bounds of the text markup annotation.

    MultiplePageCollection

    Defines the multi page annotation collections.

    Declaration
    [JsonPropertyName("multiplePageCollection")]
    [JsonInclude]
    public List<PdfAnnotation> MultiplePageCollection { get; }
    Property Value
    Type Description
    List<PdfAnnotation>

    A list of PdfAnnotation objects that span multiple pages.

    TextMarkupContent

    Defines the selected text content in the text markup annotation.

    Declaration
    [JsonPropertyName("textMarkupContent")]
    [JsonInclude]
    public string TextMarkupContent { get; }
    Property Value
    Type Description
    string

    Accepts the string value.

    TextMarkupEndIndex

    End index of text markup annotation in the page text content.

    Declaration
    [JsonPropertyName("textMarkupEndIndex")]
    [JsonInclude]
    public int TextMarkupEndIndex { get; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    TextMarkupStartIndex

    Starting index of text markup annotation in the page text content.

    Declaration
    [JsonPropertyName("textMarkupStartIndex")]
    [JsonInclude]
    public int TextMarkupStartIndex { get; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved