Class PdfStringLayouter
Class lay outing the text.
Inheritance
System.Object
    PdfStringLayouter
  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 PdfStringLayouter
  Constructors
PdfStringLayouter()
Initializes a new instance of the PdfStringLayouter class.
Declaration
public PdfStringLayouter()
  Methods
Layout(String, PdfFont, PdfStringFormat, SizeF)
Layouts the text.
Declaration
public PdfStringLayoutResult Layout(string text, PdfFont font, PdfStringFormat format, SizeF size)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | text | String text.  | 
      
| PdfFont | font | Font for the text.  | 
      
| PdfStringFormat | format | String format.  | 
      
| System.Drawing.SizeF | size | Bounds of the text.  | 
      
Returns
| Type | Description | 
|---|---|
| PdfStringLayoutResult | Layout result.  |