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
)
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
-
Type:
Spire.Pdf
PdfPageBase
The pdf page.
-
rect
-
Type:
System.Drawing
RectangleF
The barcode region.
See Also