Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void AddPageLabel( int page, int numberStyle, string text, int firstPage ) |
Visual Basic |
---|
Public Sub AddPageLabel ( _ page As Integer, _ numberStyle As Integer, _ text As String, _ firstPage As Integer _ ) |
Visual C++ |
---|
public: void AddPageLabel( int page, int numberStyle, String^ text, int firstPage ) |
Parameters
- page
- Type: System..::..Int32
- numberStyle
- Type: System..::..Int32
- text
- Type: System..::..String
- firstPage
- Type: System..::..Int32