Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TextLineCollection

    Gets the details of lines in the specified page.

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

    Constructors

    TextLineCollection()

    Declaration
    public TextLineCollection()

    Properties

    TextLine

    Gets the line collection with bounds in the page.

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