alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class AnnotationResizeEventArgs

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

    Inheritance
    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
    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 AnnotationResizeEventArgs : AnnotationAddEventArgs

    Constructors

    AnnotationResizeEventArgs()

    Declaration
    public AnnotationResizeEventArgs()

    Properties

    TextMarkupContent

    Gets 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

    Gets the 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

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

    Declaration
    [JsonPropertyName("textMarkupStartIndex")]
    public int TextMarkupStartIndex { get; set; }
    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