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 static void ShiftPageNumbers( ArrayList list, int pageShift, int[] pageRange ) |
Visual Basic |
---|
Public Shared Sub ShiftPageNumbers ( _ list As ArrayList, _ pageShift As Integer, _ pageRange As Integer() _ ) |
Visual C++ |
---|
public: static void ShiftPageNumbers( ArrayList^ list, int pageShift, array<int>^ pageRange ) |
Parameters
- list
- Type: System.Collections..::..ArrayList
- pageShift
- Type: System..::..Int32
- pageRange
- Type: array<System..::..Int32>[]()[][]