public method BarcodeInlineBuilder.SetBorder

Brief

Sets the color and style for the barcode border.

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

Parameters
strokeStyle

The border stroke style.

color

The border color.

Declared in BarcodeInlineBuilder

back