PdfFont.SubscriptSize Method

PDF File Writer

PdfFontSubscriptSize Method

Subscript character size in points

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

Parameters

FontSize
Type: SystemDouble
Font size

Return Value

Type: Double
Subscript font size
See Also