Draws the barcode on the at the specified location with the size.
Namespace: Spire.Pdf.BarcodeAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
protected virtual void Draw( PdfPageBase page, PointF location, SizeF size )
Protected Overridable Sub Draw ( page As PdfPageBase, location As PointF, size As SizeF )
protected: virtual void Draw( PdfPageBase^ page, PointF location, SizeF size )
abstract Draw : page : PdfPageBase * location : PointF * size : SizeF -> unit override Draw : page : PdfPageBase * location : PointF * size : SizeF -> unit