ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextLine - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextLine

    Gets the details of each line in the specified page.

    Inheritance
    System.Object
    TextLine
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class TextLine : Object

    Constructors

    TextLine()

    Declaration
    public TextLine()

    Properties

    Bounds

    Gets the bounds of line.

    Declaration
    public RectangleF Bounds { get; }
    Property Value
    Type Description
    Syncfusion.Drawing.RectangleF

    FontName

    Gets the font name of line.

    Declaration
    public string FontName { get; }
    Property Value
    Type Description
    System.String

    FontSize

    Gets the font size of line.

    Declaration
    public float FontSize { get; }
    Property Value
    Type Description
    System.Single

    FontStyle

    Gets the font style of line.

    Declaration
    public FontStyle FontStyle { get; }
    Property Value
    Type Description
    Syncfusion.Drawing.FontStyle

    Text

    Get the text of line.

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

    WordCollection

    Gets the word collection with bounds in the page.

    Declaration
    public List<TextWord> WordCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TextWord>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved