TextPageNumber.FontSize Method

Sets the font size.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public TextPageNumber FontSize(
	double size
)
VB
Public Function FontSize ( 
	size As Double
) As TextPageNumber

Parameters

size
Type: System.Double
The font size in points.

Return Value

Type: TextPageNumber
The updated page number.

See Also