Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextBound

    Show / Hide Table of Contents

    Class TextBound

    Represents the attributes of the PDF text bound.

    Inheritance
    System.Object
    Rect
    Bound
    TextBound
    Inherited Members
    Bound.Height
    Bound.Width
    Bound.X
    Bound.Y
    Rect.Left
    Rect.Top
    Rect.Right
    Rect.Bottom
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.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
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved