Click or drag to resize

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
)

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