public method ImageBuilder.SetBorderWidth

Brief

Sets the width for each image border side.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  SetBorderWidth (System.Single widthLeft, System.Single widthTop, System.Single widthRight, System.Single widthBottom)

Parameters
widthLeft

The left border width in pixels.

widthTop

The top border width in pixels.

widthRight

The right border width in pixels.

widthBottom

The bottom border width in pixels.

Declared in ImageBuilder

back