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