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# |
---|
public static PdfAction CreateSubmitForm( string file, Object[] names, int flags ) |
Visual Basic |
---|
Public Shared Function CreateSubmitForm ( _ file As String, _ names As Object(), _ flags As Integer _ ) As PdfAction |
Visual C++ |
---|
public: static PdfAction^ CreateSubmitForm( String^ file, array<Object^>^ names, int flags ) |
Parameters
- file
- Type: System..::..String
- names
- Type: array<System..::..Object>[]()[][]
- flags
- Type: System..::..Int32