Sets the page number.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public int PageNumber { set; } |
Visual Basic |
---|
Public WriteOnly Property PageNumber As Integer Set |
Visual C++ |
---|
public: property int PageNumber { void set (int value); } |