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# |
|---|
protected static PdfArray ProcessOptions( string[] options ) |
| Visual Basic |
|---|
Protected Shared Function ProcessOptions ( _ options As String() _ ) As PdfArray |
| Visual C++ |
|---|
protected: static PdfArray^ ProcessOptions( array<String^>^ options ) |
Parameters
- options
- Type: array<System..::..String>[]()[][]