Click or drag to resize

PdfFormattedTextLine Class

Represents a line of PdfFormattedText.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfFormattedTextLine

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public sealed class PdfFormattedTextLine

The PdfFormattedTextLine type exposes the following members.

Properties
 NameDescription
Public propertyHeight Gets the height of the text and any other content in the line.
Public propertyLength Gets the total number of PdfFormattedText positions of the current line.
Public propertyWidth Gets the width of a line of text, excluding trailing whitespace characters.
Top
Methods
 NameDescription
Public methodToString Converts the value of this instance to a String.
(Overrides ObjectToString)
Top
See Also