public method BarcodeInlineBuilder.SetBorder

Brief

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

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

Parameters
strokeStyle

The border stroke style.

color

the border color.

width

The border width in points.

Declared in BarcodeInlineBuilder

back