Blazor

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

    Show / Hide Table of Contents

    Class AnnotationResizeEventArgs

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

    Inheritance
    System.Object
    BaseEventArgs<AnnotationAddEventArgs>
    AnnotationBaseEventArgs<AnnotationAddEventArgs>
    AnnotationAddEventArgs
    AnnotationResizeEventArgs
    Implements
    System.IEquatable<AnnotationAddEventArgs>
    Inherited Members
    AnnotationAddEventArgs.Bounds
    AnnotationAddEventArgs.Bound
    AnnotationAddEventArgs.AnnotationProperties
    AnnotationAddEventArgs.LabelSettings
    AnnotationAddEventArgs.MultiplePageCollection
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.PageNumber
    BaseEventArgs<AnnotationAddEventArgs>.Equals(AnnotationAddEventArgs)
    BaseEventArgs<AnnotationAddEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AnnotationResizeEventArgs : AnnotationAddEventArgs, IEquatable<AnnotationAddEventArgs>

    Constructors

    AnnotationResizeEventArgs()

    Declaration
    public AnnotationResizeEventArgs()

    Properties

    TextMarkupContent

    Gets the selected text content in the text markup annotation.

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

    TextMarkupEndIndex

    Gets the end index of text markup annotation in the page text content.

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

    TextMarkupStartIndex

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

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

    Implements

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