Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
protected float ApplyFormatSettings( string line, PdfStringFormat format, float width )
Protected Function ApplyFormatSettings ( line As String, format As PdfStringFormat, width As Single ) As Single
protected: float ApplyFormatSettings( String^ line, PdfStringFormat^ format, float width )
member ApplyFormatSettings : line : string * format : PdfStringFormat * width : float32 -> float32