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