Click or drag to resize

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
)

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