Draws the barcode on the at the specified location.
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# |
public virtual void Draw( PdfPageBase page, PointF location )
Public Overridable Sub Draw ( page As PdfPageBase, location As PointF )
public: virtual void Draw( PdfPageBase^ page, PointF location )
abstract Draw : page : PdfPageBase * location : PointF -> unit override Draw : page : PdfPageBase * location : PointF -> unit