Draws the barcode on the at the specified location.

Namespace: Spire.Pdf.Barcode
Assembly: 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 

Parameters

page
PdfPageBase
The pdf page.
location
PointF
The barcode location.

See Also