GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfFormattedTextLine Class

    Namespace:
    GemBox.Pdf.Content
    Assembly:
    GemBox.Pdf.dll

    Represents a line of PdfFormattedText.

    • C#
    • VB.NET
    public class PdfFormattedTextLine
    Public Class PdfFormattedTextLine
    Inheritance:
    System.Object
    PdfFormattedTextLine

    Properties

    Height

    Gets the height of the text and any other content in the line.

    • C#
    • VB.NET
    public double Height { get; }
    Public ReadOnly Property Height As Double
    Property Value
    System.Double

    The height of the text and any other content in the line.

    Length

    Gets the total number of PdfFormattedText positions of the current line.

    • C#
    • VB.NET
    public int Length { get; }
    Public ReadOnly Property Length As Integer
    Property Value
    System.Int32

    The total number of PdfFormattedText positions of the current line.

    Width

    Gets the width of a line of text, excluding trailing whitespace characters.

    • C#
    • VB.NET
    public double Width { get; }
    Public ReadOnly Property Width As Double
    Property Value
    System.Double

    The text line width, excluding trailing whitespace characters.

    Methods

    ToString()

    Converts the value of this instance to a System.String.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A string whose value is the same as this instance.

    Overrides
    System.Object.ToString()
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.