Namespace: iTextSharp.text.pdf.draw
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public override void Draw( PdfContentByte canvas, float llx, float lly, float urx, float ury, float y ) |
Visual Basic |
---|
Public Overrides Sub Draw ( _ canvas As PdfContentByte, _ llx As Single, _ lly As Single, _ urx As Single, _ ury As Single, _ y As Single _ ) |
Visual C++ |
---|
public: virtual void Draw( PdfContentByte^ canvas, float llx, float lly, float urx, float ury, float y ) override |
Parameters
- canvas
- Type: iTextSharp.text.pdf..::..PdfContentByte
- llx
- Type: System..::..Single
- lly
- Type: System..::..Single
- urx
- Type: System..::..Single
- ury
- Type: System..::..Single
- y
- Type: System..::..Single