Class PdfStringLayoutResult
Layouter result.
Inheritance
System.Object
PdfStringLayoutResult
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class PdfStringLayoutResult : Object
Constructors
PdfStringLayoutResult()
Declaration
public PdfStringLayoutResult()
Properties
ActualSize
Gets the actual layouted text bounds
Declaration
public SizeF ActualSize { get; }
Property Value
Type |
---|
SizeF |
LineHeight
Gets the height of the line.
Declaration
public float LineHeight { get; }
Property Value
Type |
---|
System.Single |
Lines
Gets layouted lines information.
Declaration
public LineInfo[] Lines { get; }
Property Value
Type |
---|
LineInfo[] |
Remainder
Gets the text which is not lay outed
Declaration
public string Remainder { get; }
Property Value
Type |
---|
System.String |