menu

Blazor

  • Code Examples
  • 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
    Inherited Members
    AnnotationAddEventArgs.AnnotationProperties
    AnnotationAddEventArgs.Bound
    AnnotationAddEventArgs.Bounds
    AnnotationAddEventArgs.CustomStampName
    AnnotationAddEventArgs.LabelSettings
    AnnotationAddEventArgs.MultiplePageCollection
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.PageNumber
    BaseEventArgs<AnnotationAddEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class AnnotationResizeEventArgs : 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

    Accepts the string value.

    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

    Accepts an integer value.

    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

    Accepts an integer value.

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