Click or drag to resize

PdfUnidimensionalBarcode Draw Method (PdfPageBase, RectangleF)

Draws the barcode on theat the specified region.

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,
	RectangleF rect
)

Parameters

page
Type: Spire.Pdf PdfPageBase
The pdf page.
rect
Type: System.Drawing RectangleF
The barcode region.
See Also