public method BarcodeBuilder.SetBorder

Brief

Sets the stroke style, color, and width for the barcode border.

Declaration
C#
BarcodeBuilder  SetBorder (Gehtsoft.PDFFlow.Models.Enumerations.Stroke strokeStyle, Gehtsoft.PDFFlow.Models.Shared.Color color, Single width)

Parameters
strokeStyle

The border style.

color

The border color.

width

The border width in points.

Declared in BarcodeBuilder

back