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 ArrayList CreateArrayOfPdfChunks( int startIdx, int endIdx, PdfChunk extraPdfChunk ) |
| Visual Basic |
|---|
Public Function CreateArrayOfPdfChunks ( _ startIdx As Integer, _ endIdx As Integer, _ extraPdfChunk As PdfChunk _ ) As ArrayList |
| Visual C++ |
|---|
public: ArrayList^ CreateArrayOfPdfChunks( int startIdx, int endIdx, PdfChunk^ extraPdfChunk ) |
Parameters
- startIdx
- Type: System..::..Int32
- endIdx
- Type: System..::..Int32
- extraPdfChunk
- Type: iTextSharp.text.pdf..::..PdfChunk