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( float[] values ) |
Visual Basic |
---|
Public Sub New ( _ values As Single() _ ) |
Visual C++ |
---|
public: PdfArray( array<float>^ values ) |
Parameters
- values
- Type: array<System..::..Single>[]()[][]