Class PdfStringLayoutResult
- Namespace
- Syncfusion.Pdf.Graphics
- Assembly
- Syncfusion.Pdf.Portable.dll
Layouter result.
public class PdfStringLayoutResult
- Inheritance
-
PdfStringLayoutResult
- Inherited Members
Constructors
PdfStringLayoutResult()
public PdfStringLayoutResult()
Properties
ActualSize
Gets the actual layouted text bounds
public SizeF ActualSize { get; }
Property Value
- SizeF
LineHeight
Gets the height of the line.
public float LineHeight { get; }
Property Value
Lines
Gets layouted lines information.
public LineInfo[] Lines { get; }
Property Value
- LineInfo[]
Remainder
Gets the text which is not lay outed
public string Remainder { get; }