public method ImageBuilder.SetBorder

Brief

Sets the image border stroke style.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  SetBorder (Gehtsoft.PDFFlow.Models.Enumerations.Stroke strokeStyle = Solid)

Parameters
strokeStyle

The border stroke style.

Details

When used without the parameter, the method applies a border with settings defined by the default style (Solid, Black, 0.5f).

Declared in ImageBuilder

back