PdfFontBase
ApplyFormatSettings Method
|
Applies settings to the default line width.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Parameters
-
line
-
Type:
System
String
Text line.
-
format
-
Type:
Spire.Pdf.Graphics
PdfStringFormat
String format.
-
width
-
Type:
System
Single
Default line width.
Return Value
Type:
Single
Line width with settings applied.
See Also