Initializes a new instance of the PdfArray class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PdfArray( int[] values ) |
| Visual Basic |
|---|
Public Sub New ( _ values As Integer() _ ) |
| Visual C++ |
|---|
public: PdfArray( array<int>^ values ) |
Parameters
- values
- Type: array<System..::..Int32>[]()[][]