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( PdfArray array ) |
| Visual Basic |
|---|
Public Sub New ( _ array As PdfArray _ ) |
| Visual C++ |
|---|
public: PdfArray( PdfArray^ array ) |
Parameters
- array
- Type: iTextSharp.text.pdf..::..PdfArray