PdfFont.StrikeoutWidth Method

PDF File Writer

PdfFontStrikeoutWidth Method

Strikeout width in user units

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double StrikeoutWidth(
	double FontSize
)

Parameters

FontSize
Type: SystemDouble
Font size

Return Value

Type: Double
Strikeout line width.
See Also