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