menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextMarkupAnnotation - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextMarkupAnnotation

    Represents the details about text markup annotation.

    Inheritance
    System.Object
    TextMarkupAnnotation
    Implements
    IAnnotation
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class TextMarkupAnnotation : Object, IAnnotation

    Constructors

    TextMarkupAnnotation()

    Instantiates a new instance of the TextMarkupAnnotation.

    Declaration
    public TextMarkupAnnotation()

    TextMarkupAnnotation(TextMarkupAnnotationType, Int32, Int32, Int32)

    Declaration
    public TextMarkupAnnotation(TextMarkupAnnotationType type, int pageNumber, int startIndex, int endIndex)
    Parameters
    Type Name Description
    TextMarkupAnnotationType type
    System.Int32 pageNumber
    System.Int32 startIndex
    System.Int32 endIndex

    Properties

    Bounds

    Gets or sets the bounds of the annotation within the PDF page.

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

    Name

    Gets or sets the name of the annotation.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    PageNumber

    Gets or sets the page index in which the TextMarkupAnnotation is present.

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

    Settings

    Gets or sets the value to customize the selected text markup annotation

    Declaration
    public TextMarkupAnnotationSettings Settings { get; set; }
    Property Value
    Type
    TextMarkupAnnotationSettings

    TextMarkupAnnotationType

    Gets the type of the text markup annotation

    Declaration
    public TextMarkupAnnotationType TextMarkupAnnotationType { get; set; }
    Property Value
    Type
    TextMarkupAnnotationType

    Implements

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