Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationRemoveEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotationRemoveEventArgs

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

    Inheritance
    System.Object
    BaseEventArgs<AnnotationRemoveEventArgs>
    AnnotationBaseEventArgs<AnnotationRemoveEventArgs>
    AnnotationRemoveEventArgs
    Implements
    System.IEquatable<AnnotationRemoveEventArgs>
    Inherited Members
    AnnotationBaseEventArgs<AnnotationRemoveEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationRemoveEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationRemoveEventArgs>.PageNumber
    BaseEventArgs<AnnotationRemoveEventArgs>.Equals(AnnotationRemoveEventArgs)
    BaseEventArgs<AnnotationRemoveEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AnnotationRemoveEventArgs : AnnotationBaseEventArgs<AnnotationRemoveEventArgs>, IEquatable<AnnotationRemoveEventArgs>

    Constructors

    AnnotationRemoveEventArgs()

    Declaration
    public AnnotationRemoveEventArgs()

    Properties

    Bound

    Gets the bound of the annotations.

    Declaration
    public Bound Bound { get; }
    Property Value
    Type Description
    Bound
    Remarks

    It is not applicable for text markup annotation.

    Bounds

    Gets the textmark annotation bounds details.

    Declaration
    public List<Bound> Bounds { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Bound>

    MultiplePageCollection

    Defines the multi page annotation collections.

    Declaration
    public List<PdfAnnotation> MultiplePageCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<PdfAnnotation>

    TextMarkupContent

    Defines the selected text content in the text markup annotation.

    Declaration
    public string TextMarkupContent { get; }
    Property Value
    Type Description
    System.String

    TextMarkupEndIndex

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

    Declaration
    public int TextMarkupEndIndex { get; }
    Property Value
    Type Description
    System.Int32

    TextMarkupStartIndex

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

    Declaration
    public int TextMarkupStartIndex { get; }
    Property Value
    Type Description
    System.Int32

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved