PdfUnidimensionalBarcode
Draw Method (PdfPageBase, PointF)
|
Draws the barcode on theat the specified location.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
Spire.Pdf
PdfPageBase
The pdf page.
-
location
-
Type:
System.Drawing
PointF
The barcode location.
See Also