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 PdfFormField AddMap( string name, string value, string url, PdfContentByte appearance, float llx, float lly, float urx, float ury ) |
Visual Basic |
---|
Public Function AddMap ( _ name As String, _ value As String, _ url As String, _ appearance As PdfContentByte, _ llx As Single, _ lly As Single, _ urx As Single, _ ury As Single _ ) As PdfFormField |
Visual C++ |
---|
public: PdfFormField^ AddMap( String^ name, String^ value, String^ url, PdfContentByte^ appearance, float llx, float lly, float urx, float ury ) |
Parameters
- name
- Type: System..::..String
- value
- Type: System..::..String
- url
- Type: System..::..String
- appearance
- Type: iTextSharp.text.pdf..::..PdfContentByte
- llx
- Type: System..::..Single
- lly
- Type: System..::..Single
- urx
- Type: System..::..Single
- ury
- Type: System..::..Single