Sets the page number.

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

Syntax

C#
public virtual int PageCount { set; }
Visual Basic
Public Overridable WriteOnly Property PageCount As Integer
	Set
Visual C++
public:
virtual property int PageCount {
	void set (int value);
}

Implements

IDocListener..::..PageCount

Remarks

This method should be overriden in the specific DocWriter classes derived from this abstract class if they actually support the use of pagenumbers.

See Also