PdfUnidimensionalBarcode
PaintRectangle Method
|
Internal method used to paint bars on the page.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected virtual float PaintRectangle(
PdfPageBase page,
RectangleF barRect
)
Protected Overridable Function PaintRectangle (
page As PdfPageBase,
barRect As RectangleF
) As Single
protected:
virtual float PaintRectangle(
PdfPageBase^ page,
RectangleF barRect
)
abstract PaintRectangle :
page : PdfPageBase *
barRect : RectangleF -> float32
override PaintRectangle :
page : PdfPageBase *
barRect : RectangleF -> float32
Parameters
-
page
-
Type:
Spire.Pdf
PdfPageBase
The Page.
-
barRect
-
Type:
System.Drawing
RectangleF
The Rectangle.
Return Value
Type:
Single
Returns the right margin.
See Also