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