Class AnnotationResizeEventArgs
This event arguments provides the necessary information about annotation resize event.
Inheritance
System.Object
AnnotationResizeEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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. |