Initializes a new instance of the RtfPageNumber class

Namespace: iTextSharp.text.rtf.field
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public RtfPageNumber(
	Font font
)
Visual Basic
Public Sub New ( _
	font As Font _
)
Visual C++
public:
RtfPageNumber(
	Font^ font
)

Parameters

font
Type: iTextSharp.text..::..Font

See Also