Click or drag to resize

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
)

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