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 void SetTextFieldParams( PdfFormField field, string text, string name, float llx, float lly, float urx, float ury ) |
Visual Basic |
---|
Public Sub SetTextFieldParams ( _ field As PdfFormField, _ text As String, _ name As String, _ llx As Single, _ lly As Single, _ urx As Single, _ ury As Single _ ) |
Visual C++ |
---|
public: void SetTextFieldParams( PdfFormField^ field, String^ text, String^ name, float llx, float lly, float urx, float ury ) |
Parameters
- field
- Type: iTextSharp.text.pdf..::..PdfFormField
- text
- Type: System..::..String
- name
- Type: System..::..String
- llx
- Type: System..::..Single
- lly
- Type: System..::..Single
- urx
- Type: System..::..Single
- ury
- Type: System..::..Single