alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class TextBound

    Represents the attributes of the PDF text bound.

    Inheritance
    object
    Rect
    Bound
    TextBound
    Inherited Members
    Bound.Height
    Bound.Width
    Bound.X
    Bound.Y
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Rect.Bottom
    Rect.Left
    Rect.Right
    Rect.Top
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class TextBound : Bound

    Constructors

    TextBound()

    Declaration
    public TextBound()

    Properties

    PageNumber

    Defines the page number in which the text selection is started.

    Declaration
    [JsonPropertyName("pageIndex")]
    public int PageNumber { get; }
    Property Value
    Type
    int
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved