PdfFont.SuperscriptSize Method

PDF File Writer

PdfFontSuperscriptSize Method

Superscript character size in points

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

Parameters

FontSize
Type: SystemDouble
Font size

Return Value

Type: Double
Superscript font size
See Also