Draws the barcode on the at the specified region.

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,
	RectangleF rect
)
Public Overridable Sub Draw ( 
	page As PdfPageBase,
	rect As RectangleF
)
public:
virtual void Draw(
	PdfPageBase^ page, 
	RectangleF rect
)
abstract Draw : 
        page : PdfPageBase * 
        rect : RectangleF -> unit 
override Draw : 
        page : PdfPageBase * 
        rect : RectangleF -> unit 

Parameters

page
PdfPageBase
The pdf page.
rect
RectangleF
The barcode region.

See Also