Draws the barcode on the at the specified location with the size.

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# 
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 

Parameters

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

See Also