Class PdfStringLayoutResult
Layouter result.
Inheritance
System.Object
PdfStringLayoutResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfStringLayoutResult
Constructors
PdfStringLayoutResult()
Declaration
public PdfStringLayoutResult()
Properties
ActualSize
Gets the actual layouted text bounds
Declaration
public SizeF ActualSize { get; }
Property Value
Type |
---|
System.Drawing.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 |