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 bool SetFieldProperty( string field, string name, int value, int[] inst ) |
Visual Basic |
---|
Public Function SetFieldProperty ( _ field As String, _ name As String, _ value As Integer, _ inst As Integer() _ ) As Boolean |
Visual C++ |
---|
public: bool SetFieldProperty( String^ field, String^ name, int value, array<int>^ inst ) |
Parameters
- field
- Type: System..::..String
- name
- Type: System..::..String
- value
- Type: System..::..Int32
- inst
- Type: array<System..::..Int32>[]()[][]